I mean, between Postgres and MariaDB and Oracle and SQL Server there can be wild SQL syntax / expression variations for various constructs. I'm curious what this project is shooting for basically.
In other words: "will an ORM supporting PostgreSQL likely overwhelmingly work well, excepting (list of non-supported things here... eg. on-update triggers?) — or does it also need to have an SQL-generator for eg. SQLite too?" What's your "SQL basis"?
Let's assume we're talking not just CRUD but also create table, create index (if even applicable?)
Thanks already, really eyeing a giving this a spin instead of CGO SQLite!
I mean, between Postgres and MariaDB and Oracle and SQL Server there can be wild SQL syntax / expression variations for various constructs. I'm curious what this project is shooting for basically.
In other words: "will an ORM supporting PostgreSQL likely overwhelmingly work well, excepting (list of non-supported things here... eg. on-update triggers?) — or does it also need to have an SQL-generator for eg. SQLite too?" What's your "SQL basis"?
Let's assume we're talking not just CRUD but also
create table
,create index
(if even applicable?)Thanks already, really eyeing a giving this a spin instead of CGO SQLite!