{"library":"schemaless-sqlite","type":"library","category":null,"description":"A TypeScript ORM for SQLite that eliminates schema definitions by automatically creating tables and columns on-the-fly. v0.0.1 is the current stable release. Key differentiators: zero-configuration dynamic schema, automatic UUID primary keys, managed timestamps (createdAt, updatedAt, deletedAt), soft delete, native boolean/Date/JSON type support, and runtime column management. Suitable for rapid prototyping and dynamic data shapes where traditional ORM migrations are overhead.","language":"javascript","status":"active","version":"0.0.1","tags":["javascript","sqlite","schemaless","typescript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install schemaless-sqlite","imports":["import { SqliteOrm } from 'schemaless-sqlite'"]},{"cmd":"yarn add schemaless-sqlite","imports":[]},{"cmd":"pnpm add schemaless-sqlite","imports":[]}],"homepage":"https://github.com/eralvarez/schemaless-sqlite#readme","github":"https://github.com/eralvarez/schemaless-sqlite","docs":null,"changelog":null,"pypi":null,"npm":"schemaless-sqlite","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}