Skip to content

jackc/pgxrecord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Reference Build Status

pgxrecord

Package pgxrecord is a tiny library for CRUD operations.

It does not and most likely will not have traditional ORM features such as associations. It's sole purpose is a simple way to read and write records.

Package Status

pgxrecord is highly experimental. The API may change at any time or the package may be abandoned.

Testing

The pgxrecord tests require a PostgreSQL database. It will use the standard PG* environment variables (PGHOST, PGDATABASE, etc.) for its connection settings. Each test is run inside of a transaction which is rolled back at the end of the test. No permanent changes will be made to the test database.

About

pgxrecord is a tiny framework for CRUD operations and data mapping.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages