@aopslabs/aops-sqlite-bootstrap
v0.1.5
Published
Application-owned six-domain SQLite migration and semantic readiness.
Readme
aops SQLite bootstrap
Application-owned SQLite migrations and semantic readiness for the six aops domains. The domain kits own their schemas and SQL; this package composes their ordered migrations. It is included by the aops CLI and Server, not a separate end-user installation.
SQLite requires Node.js 22.16 or later with working node:sqlite transaction and backup
support. The capability check runs before opening a user's database file. PostgreSQL
installations retain their existing Node.js requirement.
Keep the database file on the aops Server machine. Other computers connect to that server, not directly to a shared SQLite file. Switching the selected database does not transfer data between databases.
