-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: added sqlite. Fixes #19 #20
Conversation
This is nice. What about adding a test for the binary version like this so we are sure the compile version works? |
Native test running as we speak |
It's not a graalvm error, change this line
|
also, I don't know why, you need to specify the driver ( maybe we are missing to include some dependency |
Actually it should be needed. sqlite should be added here |
Let's invoke @jorgeaguileraseqera superpower for this build issue |
stackoverflow superpower btw I founded we're initilizing the dialect to |
What do you mean? |
sorry: we init the dialect by the default to |
Is this version releasable? @pditommaso |
Looks so merged |
This PR adds the drivers and the support for sqlite databases