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.
- Host: GitHub
- URL: https://github.com/rvflash/sqlm
- Owner: rvflash
- License: mit
- Created: 2023-04-02T15:41:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-02T15:42:41.000Z (about 3 years ago)
- Last Synced: 2025-06-03T05:34:00.606Z (about 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQL Management
[](https://godoc.org/github.com/rvflash/sqlm)
[](https://github.com/rvflash/sqlm/actions?workflow=build)
[](https://codecov.io/gh/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
```