OpenBSD-Unofficial-Ports/devel-sqlite-orm/pkg/DESCR
2024-09-17 16:16:04 -05:00

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.