sqlcquash

sqlcquash

Squashes SQL schema, query, and seed files into singular files for sqlc.

Github: https://github.com/conneroisu/sqlcquash

sqlcquash ΒΆ

Sqlcquash is a utility that squashes SQL schema, query, and seed files into singular files for use with sqlc. I created it to simplify managing split SQL files in projects that use sqlc for type-safe database access. It consolidates fragmented SQL definitions into the single-file format that sqlc expects.