An open API service indexing awesome lists of open source software.

https://github.com/upfluence/sql


https://github.com/upfluence/sql

kind-lib lib

Last synced: about 1 year ago
JSON representation

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