An open API service indexing awesome lists of open source software.

https://github.com/rvflash/sqlm

SQL management is a Go package providing facilities to deal with SQL database.
https://github.com/rvflash/sqlm

Last synced: about 1 month ago
JSON representation

SQL management is a Go package providing facilities to deal with SQL database.

Awesome Lists containing this project

README

          

# SQL Management

[![GoDoc](https://godoc.org/github.com/rvflash/sqlm?status.svg)](https://godoc.org/github.com/rvflash/sqlm)
[![Build Status](https://github.com/rvflash/sqlm/workflows/build/badge.svg)](https://github.com/rvflash/sqlm/actions?workflow=build)
[![Code Coverage](https://codecov.io/gh/rvflash/sqlm/branch/main/graph/badge.svg)](https://codecov.io/gh/rvflash/sqlm)
[![Go Report Card](https://goreportcard.com/badge/github.com/rvflash/sqlm?)](https://goreportcard.com/report/github.com/rvflash/sqlm)

`sqlm` is a Go package providing facilities to deal with SQL database.

## Features

1. todo

## Examples

```go

```