lamg/migrate
Declarative migrations for SQLite databases
This tool helps software developers manage changes to their SQLite database schemas without disrupting live applications. You define your database structure in F# code, and the tool takes that definition to automatically update your database, ensuring data integrity during the process. It's designed for F# developers building applications that rely on SQLite databases.
Use this if you are an F# developer maintaining a SQLite database for an application and need a reliable, type-safe way to update its structure over time, especially for live, 'hot-migration' scenarios.
Not ideal if you are not an F# developer or are working with databases other than SQLite.
Stars
13
Forks
—
Language
F#
License
Apache-2.0
Category
Last pushed
Mar 13, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/lamg/migrate"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
serenity-is/Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
sjh37/EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully...
mganss/XmlSchemaClassGenerator
Generate C# classes from XML Schema files
dadhi/FastExpressionCompiler
Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative....
filiptrivan/spiderly
.NET (C#) boilerplate code generator that transforms an EF Core model into a fully customizable...