SQLite with ANSI dialect, indexes? #1409
Unanswered
martinpaljak
asked this question in
Q&A
Replies: 2 comments 2 replies
-
What is the difference? We recommend using something like flyway to set up your DB schema. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I don't want to use flyway, the database is supposed to be created during startup and there's no migration necessary. I just want to keep all the information in Java code as annotations. Is there a "standard" way to open a bounty for "full sqlite support" in micronaut-data? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is SQLite supposed to be supported? I'm trying to make it work and it is mostly OK for very simple schemas with some hand-tuning. Even an index is added, but just one from two indexes specified via jakarta @indexes annotation.
Produces
What should be done to have an actual "sqlite" dialect in micronaut-data?
Beta Was this translation helpful? Give feedback.
All reactions