Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-30T22:49:40.000Z (almost 7 years ago)
- Last Synced: 2024-06-20T06:32:19.276Z (5 months ago)
- Topics: format, golang, lex, package, parse, sql
- Language: Go
- Homepage: http://www.qri.io
- Size: 665 KB
- Stars: 6
- Watchers: 4
- 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
[![Qri](https://img.shields.io/badge/made%20by-qri-magenta.svg?style=flat-square)](https://qri.io)
[![GoDoc](https://godoc.org/github.com/qri-io/dataset_sql?status.svg)](http://godoc.org/github.com/qri-io/dataset_sql)
[![License](https://img.shields.io/github/license/qri-io/dataset_sql.svg?style=flat-square)](./LICENSE)
[![Codecov](https://img.shields.io/codecov/c/github/qri-io/dataset_sql.svg?style=flat-square)](https://codecov.io/gh/qri-io/dataset_sql)
[![CI](https://img.shields.io/circleci/project/github/qri-io/dataset_sql.svg?style=flat-square)](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)!