# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# 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).