Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 698 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 698 Bytes

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