Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/altipla-consulting/sqltypes
SQL advanced types.
https://github.com/altipla-consulting/sqltypes
Last synced: about 1 month ago
JSON representation
SQL advanced types.
- Host: GitHub
- URL: https://github.com/altipla-consulting/sqltypes
- Owner: altipla-consulting
- License: mit
- Created: 2023-01-24T17:24:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T10:37:00.000Z (2 months ago)
- Last Synced: 2024-11-05T11:41:36.845Z (2 months ago)
- Language: Go
- Homepage: https://pkg.go.dev/github.com/altipla-consulting/sqltypes
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sqltypes
[![Go Reference](https://pkg.go.dev/badge/github.com/altipla-consulting/sqltypes.svg)](https://pkg.go.dev/github.com/altipla-consulting/sqltypes)
SQL advanced types.
## Install
```shell
go get github.com/altipla-consulting/sqltypes
```## Contributing
You can make pull requests or create issues in GitHub. Any code you send should be formatted using `make gofmt`.
## License
[MIT License](LICENSE)