3 lines
271 B
Plaintext
3 lines
271 B
Plaintext
sqlite_orm library allows to create easy data model mappings to your database schema.
|
|
It is built to manage (CRUD) objects with a primary key and without it. It also allows you to specify table names and column names explicitly no matter how your classes actually named.
|