Simple automated SQLite database migration tool which works well with CI/CD pipelines and VCS.
Database migrations with knex.
A tool for migrating to new Sass versions.
- Auto-retry migrations marked as repeatable on timeout and serialization errors
This project serves as a converter between the legacy ruleset format and a new one. It's used internally, albeit it can be used externally too, also in browsers.
Resumable database migration toolkit for moving data to Cloudflare D1 with ZinTrust.
SQLite library with support for opening and writing databases, prepared statements, and more. This SQLite library is in pure javascript (compiled with emscripten).
🦆 Drizzle ORM migrator applies migrations in browser environment, for PGLite, SQLite, DuckDB WASM!
Provides access to a database using SQLite (https://www.sqlite.org/). The database is persisted across restarts of your app.
Automatically generate bare sequelize models from your database.
Community plugin for native & electron SQLite databases
Mongodb schema and data migration lib
- Work around the umzug architectural limitations that make it hard/impossible to transactionally execute + log (or unlog) a migration, even when the logs and the migrations are applied to the same db. - Accept tradeoff that this will force each user mi
SQLite client for Node.js applications with SQL-based migrations API written in Typescript
Turn a tRPC router into a type-safe, fully-functional, documented CLI
SQLite library with support for opening and writing databases, prepared statements, and more. This SQLite library is in pure javascript (compiled with emscripten).
Codemod transformations to help upgrade your Polaris codebase
SQLite Wasm conveniently wrapped as an ES Module.
Configuration migration for ESLint
Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports PostgreSQL and SQLite databases.
Data-Mapper ORM for TypeScript and ES2023+. Supports MySQL/MariaDB, PostgreSQL, MS SQL Server, Oracle, SAP HANA, SQLite, MongoDB databases.
CDS database service for SQLite
Fastest SQLite for React Native (with node.js support)
The Replay app uses different database backends depending on the platform: - **Tauri (desktop)**: SQLite with Drizzle ORM - **Web**: IndexedDB with the `idb` library