Skip to content
/ schemata Public

Helper methods for creating test schemas in PostgreSQL databases with copies of tables from the live schema for unit testing.

License

Notifications You must be signed in to change notification settings

lpar/schemata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schemata

GoDoc

Helper methods for creating test schemas in PostgreSQL databases, with copies of tables from the live schema. Thread-safe, so you can call them from unit tests. Uses pgx because pq is sadly in maintenance-only mode.

Needs unit tests (hint hint) but is very short, under a hundred lines.

About

Helper methods for creating test schemas in PostgreSQL databases with copies of tables from the live schema for unit testing.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages