← sqlfu

Blog

What about query builders?

Should you use a query builder, or plain SQL?

A fiery path leading downward into a database migration rollback

The path to hell is paved with down migrations

sqlfu does not have a `sqlfu down` command, or any concept of "down" migrations. This is because they're essentially a stressful lie.

SQL is back with sqlfu

introducing sqlfu

sqlfu is a SQLite-first toolkit for writing schema, migrations, and queries in SQL, then generating the TypeScript around them.