Categorygithub.com/upfluence/sql
repositorypackage
0.7.27
Repository: https://github.com/upfluence/sql.git
Documentation: pkg.go.dev

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