https://github.com/qri-io/dataset_sql
Qri SQL support
https://github.com/qri-io/dataset_sql
format golang lex package parse sql
Last synced: 16 days ago
JSON representation
Qri SQL support
- Host: GitHub
- URL: https://github.com/qri-io/dataset_sql
- Owner: qri-io
- License: mit
- Created: 2016-09-16T17:53:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-30T22:49:40.000Z (over 7 years ago)
- Last Synced: 2025-03-26T03:11:13.385Z (about 1 month ago)
- Topics: format, golang, lex, package, parse, sql
- Language: Go
- Homepage: http://www.qri.io
- Size: 665 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code_of_conduct.md
Awesome Lists containing this project
README
# dataset_sql
[](https://qri.io)
[](http://godoc.org/github.com/qri-io/dataset_sql)
[](./LICENSE)
[](https://codecov.io/gh/qri-io/dataset_sql)
[](https://circleci.com/gh/qri-io/dataset_sql)dataset_sql is the package that makes qri do it's sql trick. for more info check https://qri.io
## Getting Involved
We would love involvement from more people! If you notice any errors or would
like to submit changes, please see our
[Contributing Guidelines](./.github/CONTRIBUTING.md).## Developing
We've set up a separate document for [developer guildlines](https://github.com/qri-io/dataset_sql/DEVELOPERS.md)!