Commit Graph

2 Commits (27a234db662341cc77db3f0ff46db0899a97e330)

Author SHA1 Message Date
Boris Nagaev 1947b90842
multi: typed callback in ExecTx
Provide a wrapped store type, exposing ExecTx method with a subset
interface in the callback argument. BaseDB interfaces in instantout,
reservation and sweepbatcher use ExecTx with their subset Querier
instead of whole sqlc.Querier (*sqlc.Queries).

This is needed to make the packages more reusable, so they don't
depend on methods of *sqlc.Queries they don't use.
4 months ago
sputn1ck 60df5fe320
reservations: add reservation sql store 9 months ago