mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-04-25 00:32:14 +00:00
18 lines
428 B
Markdown
18 lines
428 B
Markdown
# SQLite [![Build Status][status-img]][status-url]
|
|
|
|
The package provides an interface to [SQLite][1].
|
|
|
|
## [Documentation][doc]
|
|
|
|
## Contributing
|
|
|
|
1. Fork the project.
|
|
2. Implement your idea.
|
|
3. Open a pull request.
|
|
|
|
[1]: https://www.sqlite.org
|
|
|
|
[status-img]: https://travis-ci.org/stainless-steel/sqlite.svg?branch=master
|
|
[status-url]: https://travis-ci.org/stainless-steel/sqlite
|
|
[doc]: https://stainless-steel.github.io/sqlite
|