mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-04-25 08:42:14 +00:00
Add a version badge
This commit is contained in:
parent
a4ddec7ce5
commit
29b5b9f643
@ -1,4 +1,4 @@
|
|||||||
# SQLite [![Build Status][status-img]][status-url]
|
# SQLite [![Version][version-img]][version-url] [![Status][status-img]][status-url]
|
||||||
|
|
||||||
The package provides an interface to [SQLite][1].
|
The package provides an interface to [SQLite][1].
|
||||||
|
|
||||||
@ -51,6 +51,8 @@ fn setup() -> PathBuf {
|
|||||||
|
|
||||||
[1]: https://www.sqlite.org
|
[1]: https://www.sqlite.org
|
||||||
|
|
||||||
|
[version-img]: https://img.shields.io/crates/v/sqlite.svg
|
||||||
|
[version-url]: https://crates.io/crates/sqlite
|
||||||
[status-img]: https://travis-ci.org/stainless-steel/sqlite.svg?branch=master
|
[status-img]: https://travis-ci.org/stainless-steel/sqlite.svg?branch=master
|
||||||
[status-url]: https://travis-ci.org/stainless-steel/sqlite
|
[status-url]: https://travis-ci.org/stainless-steel/sqlite
|
||||||
[doc]: https://stainless-steel.github.io/sqlite
|
[doc]: https://stainless-steel.github.io/sqlite
|
||||||
|
Loading…
x
Reference in New Issue
Block a user