|
1 |
| -SQLite.jl |
2 |
| -========= |
| 1 | +# SQLite |
3 | 2 |
|
4 |
| -[](http://pkg.julialang.org/?pkg=SQLite) |
5 |
| -[](http://pkg.julialang.org/?pkg=SQLite) |
6 |
| -[](https://travis-ci.org/JuliaDB/SQLite.jl) |
7 |
| -[](https://coveralls.io/github/JuliaDB/SQLite.jl?branch=master) |
| 3 | +*A fast, flexible delimited file reader/writer for Julia.* |
8 | 4 |
|
9 |
| -A Julia interface to the SQLite library and support for the `DataStreams` data processing framework. |
| 5 | +| **Documentation** | **PackageEvaluator** | **Build Status** | |
| 6 | +|:-------------------------------------------------------------------------------:|:---------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:| |
| 7 | +| [![][docs-stable-img]][docs-stable-url] [![][docs-latest-img]][docs-latest-url] | [![][pkg-0.4-img]][pkg-0.4-url] [![][pkg-0.5-img]][pkg-0.5-url] | [![][travis-img]][travis-url] [![][appveyor-img]][appveyor-url] [![][codecov-img]][codecov-url] | |
10 | 8 |
|
11 |
| -**Note: the package has recently undergone major UI changes: for 0.3 compatible code, please see the old [README](https://github.com/JuliaDB/SQLite.jl/blob/master/OLD_README.md) |
12 | 9 |
|
13 |
| -**Installation**: `julia> Pkg.add("SQLite")` |
| 10 | +## Installation |
| 11 | + |
| 12 | +The package is registered in `METADATA.jl` and so can be installed with `Pkg.add`. |
| 13 | + |
| 14 | +```julia |
| 15 | +julia> Pkg.add("SQLite") |
| 16 | +``` |
| 17 | + |
| 18 | +## Documentation |
| 19 | + |
| 20 | +- [**STABLE**][docs-stable-url] — **most recently tagged version of the documentation.** |
| 21 | +- [**LATEST**][docs-latest-url] — *in-development version of the documentation.* |
| 22 | + |
| 23 | +## Project Status |
| 24 | + |
| 25 | +The package is tested against Julia `0.4` and *current* `0.5-dev` on Linux, OS X, and Windows. |
| 26 | + |
| 27 | +## Contributing and Questions |
| 28 | + |
| 29 | +Contributions are very welcome, as are feature requests and suggestions. Please open an |
| 30 | +[issue][issues-url] if you encounter any problems or would just like to ask a question. |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | +[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg |
| 35 | +[docs-latest-url]: https://JuliaDB.github.io/SQLite.jl/latest |
| 36 | + |
| 37 | +[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg |
| 38 | +[docs-stable-url]: https://JuliaDB.github.io/SQLite.jl/stable |
| 39 | + |
| 40 | +[travis-img]: https://travis-ci.org/JuliaDB/SQLite.jl.svg?branch=master |
| 41 | +[travis-url]: https://travis-ci.org/JuliaDB/SQLite.jl |
| 42 | + |
| 43 | +[appveyor-img]: https://ci.appveyor.com/api/projects/status/h227adt6ovd1u3sx/branch/master?svg=true |
| 44 | +[appveyor-url]: https://ci.appveyor.com/project/JuliaDB/documenter-jl/branch/master |
| 45 | + |
| 46 | +[codecov-img]: https://codecov.io/gh/JuliaDB/SQLite.jl/branch/master/graph/badge.svg |
| 47 | +[codecov-url]: https://codecov.io/gh/JuliaDB/SQLite.jl |
| 48 | + |
| 49 | +[issues-url]: https://github.com/JuliaDB/SQLite.jl/issues |
| 50 | + |
| 51 | +[pkg-0.4-img]: http://pkg.julialang.org/badges/SQLite_0.4.svg |
| 52 | +[pkg-0.4-url]: http://pkg.julialang.org/?pkg=SQLite |
| 53 | +[pkg-0.5-img]: http://pkg.julialang.org/badges/SQLite_0.5.svg |
| 54 | +[pkg-0.5-url]: http://pkg.julialang.org/?pkg=SQLite |
14 | 55 |
|
15 | 56 | ## Package Documentation
|
16 | 57 |
|
|
0 commit comments