1
0
Fork 1
mirror of https://github.com/git-pkgs/proxy.git synced 2026-06-02 08:38:17 -04:00
pkg-proxy/internal/database
Andrew Nesbitt c07c59c83e
Use shared database types and connection helpers from git-pkgs
Import Package and Version types from the git-pkgs database package
instead of defining them locally. Both projects now share the same
type definitions, keeping the packages and versions tables in sync.

Delegate SQLite connection setup to the shared Open function so
pragma settings (WAL, busy timeout, connection limit) stay aligned.
2026-03-04 19:21:42 +00:00
..
database.go Use shared database types and connection helpers from git-pkgs 2026-03-04 19:21:42 +00:00
database_test.go Use shared database types and connection helpers from git-pkgs 2026-03-04 19:21:42 +00:00
queries.go Refactoring and features 2026-02-03 22:40:40 +00:00
queries_packages_list_test.go Refactoring and features 2026-02-03 22:40:40 +00:00
schema.go Refactoring and features 2026-02-03 22:40:40 +00:00
types.go Use shared database types and connection helpers from git-pkgs 2026-03-04 19:21:42 +00:00