https://github.com/upfluence/sql
https://github.com/upfluence/sql
kind-lib lib
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/upfluence/sql
- Owner: upfluence
- Created: 2018-07-24T22:19:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T20:59:41.000Z (about 1 year ago)
- Last Synced: 2025-03-25T21:33:58.975Z (about 1 year ago)
- Topics: kind-lib, lib
- Language: Go
- Size: 2.54 MB
- Stars: 3
- Watchers: 11
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# SQL
This repository provides packages to facilitate the handling of SQL databases.
### `sql`
Abstract the database and various nullable types.
### `sql/x/sqlbuilder`
A query builder, also used to declare columns.
### `sql/x/migration`
As the name implies, it applies migrations to a SQL database.
### `sql/sqltest`
Allows to query a database in a test environment (with logging and in-memory SQLite database).