gom

GObject wrapper around SQLite for object-oriented database access

brewmacoslinux
Try with needOr install directly
Source

About

GObject wrapper around SQLite

Commands

gom

Examples

Initialize a new GOM database and create a resource$ gom create-db mydb.db
Query objects from a GOM database using GObject introspection$ gom query mydb.db --resource MyResource
List available resources and their schemas in a database$ gom info mydb.db