Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 421 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 421 Bytes

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