Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

What databases are supported by the ORM? #77

Open
pschwede opened this issue Oct 1, 2011 · 3 comments
Open

What databases are supported by the ORM? #77

pschwede opened this issue Oct 1, 2011 · 3 comments

Comments

@pschwede
Copy link

pschwede commented Oct 1, 2011

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!

@inca
Copy link
Owner

inca commented Oct 1, 2011

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

@btd
Copy link

btd commented Oct 2, 2011

From comment there circumflex-orm/src/main/scala/vendor.scala

`
/*!# Vendor-specific SQL dialects

Following vendors are currently supported by Circumflex ORM:

  • PostgreSQL 8.3+;
  • MySQL 5.7+;
  • H2 database.

We also provide limited support for Oracle, MS SQL Server and DB2.
We would appreciate any commits for better vendors support.
*/
`

@adpande
Copy link

adpande commented Jun 8, 2012

Hi btd,

Can you update the supported database list?

Thanks & Regards,
Abhishek

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants