Open pschwede opened 13 years ago
Greetings, and thanks for your kind words!
Sqlite3 is not directly supported due to its limited SQL'92 standards compatibility (no alter table add constraint
statements supported). You may play with default dialect, however, to discover the features which do not work and submit your issues. We'll do our best to elaborate on them.
Best regards, Boris Okunskiy
From comment there circumflex-orm/src/main/scala/vendor.scala
` /*!# Vendor-specific SQL dialects
Following vendors are currently supported by Circumflex ORM:
We also provide limited support for Oracle
, MS SQL Server
and DB2
.
We would appreciate any commits for better vendors support.
*/
`
Hi btd,
Can you update the supported database list?
Thanks & Regards, Abhishek
Hi, I'm trying to use the ORM but I am unsure about the supported databases.
Is sqlite3 supported? I couldn't find it on the homepage.
Nevertheless, good work!