/fluttersql

Flutter sqlite sample. Project was created practices of strategy, abstract and clean code.

Primary LanguageDart

fluttersql

Flutter sqlite project.

SQLite ?

SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database ..

Patterns

We used strategy pattern so control all database model.

Strategy

Discussion