SkillAgentSearch skills...

Pgxrecord

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

Install / Use

/learn @jackc/Pgxrecord
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

View on GitHub
GitHub Stars14
CategoryDevelopment
Updated3y ago
Forks3

Languages

Go

Security Score

75/100

Audited on Mar 17, 2023

No findings