https://github.com/jackc/pgxrecord
pgxrecord is a tiny framework for CRUD operations and data mapping.
https://github.com/jackc/pgxrecord
Last synced: 7 months ago
JSON representation
pgxrecord is a tiny framework for CRUD operations and data mapping.
- Host: GitHub
- URL: https://github.com/jackc/pgxrecord
- Owner: jackc
- License: mit
- Created: 2020-01-12T02:40:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-15T17:26:19.000Z (over 2 years ago)
- Last Synced: 2025-04-11T20:13:03.813Z (7 months ago)
- Language: Go
- Size: 181 KB
- Stars: 14
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://pkg.go.dev/github.com/jackc/pgxrecord)

# 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.