Re: Is it possible to use Sqlite for a custom User Storage provider ?
387 views
Skip to first unread message
Message has been deleted
Mirko Friedenhagen
unread,
Sep 1, 2022, 12:33:09 PM9/1/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Keycloak User
Hi,
what is your usecase? I was baffled to see that there is indeed a JDBC driver (https://github.com/xerial/sqlite-jdbc) for sqlite but I would assume you are better of using the included H2 DB which has similar usecases as sqlite.
Best Regards
Mirko
On Wednesday, 31 August 2022 at 15:51:21 UTC+2 fxv...@gmail.com wrote:
Hello All,
Is it possible to use Sqlite for a custom User Storage provider instead of the databases types provided out of the box ?
If this is the case, then where to store the sqlite driver (jar file) ?