lightning-terminal/db
Viktor Torstensson 91ed65954d
db+sqlc: use sqldb/v2 BackendType definition
The `sqldb/v2` package now provides a definition for the `BackendType`
type. As useage of `sqldb/v2` requires useage of that type, we update
`litd` to use the `BackendType` definition from `sqldb/v2`, instead of
it's own definition.
2026-05-14 11:37:34 +02:00
..
sqlc db+sqlc: use sqldb/v2 BackendType definition 2026-05-14 11:37:34 +02:00
interfaces.go db+sqlc: use sqldb/v2 BackendType definition 2026-05-14 11:37:34 +02:00
log.go multi: update LND and friends 2025-03-26 09:20:52 -05:00
migrations.go db: add actions schemas and queries 2025-05-29 07:04:40 +02:00
postgres.go multi: reformat long lines for readability 2025-12-09 16:12:03 +00:00
postgres_fixture.go db: SQL boilerplate code 2025-01-29 16:37:20 +02:00
schemas.go db: SQL boilerplate code 2025-01-29 16:37:20 +02:00
sql_migrations.go db: add LitdMigrationStream 2026-05-14 11:37:30 +02:00
sqlerrors.go db: SQL boilerplate code 2025-01-29 16:37:20 +02:00
sqlite.go multi: reformat long lines for readability 2025-12-09 16:12:03 +00:00