SQL databases with Blacksmith
Module sqlike
offers a Go API to Load data from a Blacksmith application to
any SQL database offering a driver built on top of the package database/sql
.
This module also offers the possibility to manage and version databases migrations
using the Blacksmith CLI.
Version compatibility
Modules follow the semantic versioning of Blacksmith
for major and minor versions. For example, a module v0.18.x
will be compatible
with Blacksmith v0.18.x
.
License
Repository licensed under the Apache License, Version 2.0.
By downloading, installing, and using Blacksmith, you agree to the
Blacksmith Terms and Conditions.