Support for MySql, Sqlite , and Oracle
aboah opened this issue · 1 comments
aboah commented
Please some of us would be glad to know whether your package (Dapper Query Builder) supports for MySql, Sqlite , and Oracle.
These flavors of sql have slight changes in query formation.
Drizin commented
@aboah please check the Database Support part in the documentation. To sum, the main library is database agnostic, and the only generated statements are WHERE
, AND
, OR
, which as far as I understand is just SQL ANSI and should work with all vendors.
Do you have any specific issue that is not working with some database?