An open API service indexing awesome lists of open source software.

https://github.com/juliadatabases/sqlite.jl

A Julia interface to the SQLite library
https://github.com/juliadatabases/sqlite.jl

Last synced: 6 months ago
JSON representation

A Julia interface to the SQLite library

Awesome Lists containing this project

README

          

# SQLite

*A Julia interface to the [sqlite](https://sqlite.org/index.html) library.*

| **Documentation** | **Build Status** |
|:-------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:|
| [![][docs-stable-img]][docs-stable-url] [![][docs-latest-img]][docs-latest-url] | [![][codecov-img]][codecov-url] |

## Installation

The package is registered in the [General registry](https://github.com/JuliaRegistries/General) and so can be installed with `] add SQLite`.

## Documentation

- [**STABLE**][docs-stable-url] — **most recently tagged version of the documentation.**
- [**LATEST**][docs-latest-url] — *in-development version of the documentation.*

## Project Status

The package is tested against Julia `1.0` and `nightly` on Linux, OS X, and Windows.

## Contributing and Questions

Contributions are very welcome, as are feature requests and suggestions. Please open an
[issue][issues-url] if you encounter any problems or would just like to ask a question.

[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg
[docs-latest-url]: https://juliadatabases.org/SQLite.jl/latest

[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://juliadatabases.org/SQLite.jl/stable

[travis-img]: https://travis-ci.org/JuliaDatabases/SQLite.jl.svg?branch=master
[travis-url]: https://travis-ci.org/JuliaDatabases/SQLite.jl

[appveyor-img]: https://ci.appveyor.com/api/projects/status/github/juliadatabases/SQLite.jl?branch=master&svg=true
[appveyor-url]: https://ci.appveyor.com/project/quinnj/sqlite-jl/branch/master

[codecov-img]: https://codecov.io/gh/juliadatabases/SQLite.jl/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/juliadatabases/SQLite.jl

[issues-url]: https://github.com/juliadatabases/SQLite.jl/issues

[pkg-0.6-img]: http://pkg.julialang.org/badges/SQLite_0.6.svg
[pkg-0.6-url]: http://pkg.julialang.org/?pkg=SQLite
[pkg-0.7-img]: http://pkg.julialang.org/badges/SQLite_0.7.svg
[pkg-0.7-url]: http://pkg.julialang.org/?pkg=SQLite