dart-backend / angel

A polished, production-ready backend framework in Dart for the VM, AOT, and Flutter.
https://github.com/dukefirehawk/angel
BSD 3-Clause "New" or "Revised" License
173 stars 21 forks source link

sqlite support #54

Open helphi opened 2 years ago

helphi commented 2 years ago

Sqlite is convenient and essential when developing, it's very necessary to support it.

dukefirehawk commented 2 years ago

As it is, there is nothing preventing using Sqlite in the project. Just include the driver and should be good to go. Unless you are referring to using ORM with Sqlite, then it is not supported at the moment.

helphi commented 2 years ago

Yes, i mean angle3-orm-sqlite.

dukefirehawk commented 2 years ago

Added this to the requested feature. Will analyse it after angel3_orm_mysql refactoring is completed