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
- Host: GitHub
- URL: https://github.com/juliadatabases/sqlite.jl
- Owner: JuliaDatabases
- License: other
- Created: 2013-06-12T05:11:57.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T03:18:38.000Z (about 2 years ago)
- Last Synced: 2025-03-11T13:49:40.175Z (about 1 year ago)
- Language: Julia
- Homepage: https://juliadatabases.org/SQLite.jl/stable
- Size: 11.8 MB
- Stars: 228
- Watchers: 15
- Forks: 80
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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