mk3008 / Carbunql

Carbunql is an advanced Raw SQL editing library.
https://mk3008.github.io/Carbunql/
MIT License
41 stars 4 forks source link

Support for SQLite has been added. #454

Closed mk3008 closed 3 months ago

mk3008 commented 3 months ago

By using FluentSelectQueryBuilder, it is now possible to support SQL dialects. This fix does not cause any destructive changes. Sql.From can still be written as before. To make validation more efficient, it is now also possible to omit the From clause.