reflectcrud

Overview

Reflectcrud allows for a Go program to interact with an SQL database using reflection. For example, you can create a table in a database by providing only a Go structure that contains a few field tags.

Downloads

The reflectcrud project is available as a Git repository. To clone the repository, execute

git clone https://www.flyn.org/git/reflectcrud