lightning-terminal/db
Elle Mouton 1674490ab5
db: define manual action SQL queries
Here, we manually define some queries for the actions store. We do this
so that we can manually build the "SELECT" and only add "WHERE" clauses
that are actually needed for the query and hence ensure that available
indexes are used.
2025-05-30 10:54:34 +02:00
..
sqlc db: define manual action SQL queries 2025-05-30 10:54:34 +02:00
interfaces.go db: define manual action SQL queries 2025-05-30 10:54: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 db: SQL boilerplate code 2025-01-29 16:37:20 +02: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
sqlerrors.go db: SQL boilerplate code 2025-01-29 16:37:20 +02:00
sqlite.go db: SQL boilerplate code 2025-01-29 16:37:20 +02:00