mirror of
https://gitea.invidious.io/iv-org/shard-crystal-sqlite3.git
synced 2024-08-15 00:53:26 +00:00
commit
67ef13caed
2 changed files with 9 additions and 6 deletions
3
.travis.yml
Normal file
3
.travis.yml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
language: crystal
|
||||||
|
sudo: required
|
||||||
|
dist: trusty
|
12
README.md
12
README.md
|
@ -1,4 +1,4 @@
|
||||||
# crystal-sqlite3
|
# crystal-sqlite3 [![Build Status](https://travis-ci.org/manastech/crystal-sqlite3.svg?branch=master)](https://travis-ci.org/manastech/crystal-sqlite3)
|
||||||
|
|
||||||
SQLite3 bindings for [Crystal](http://crystal-lang.org/).
|
SQLite3 bindings for [Crystal](http://crystal-lang.org/).
|
||||||
|
|
||||||
|
@ -6,12 +6,12 @@ SQLite3 bindings for [Crystal](http://crystal-lang.org/).
|
||||||
|
|
||||||
[Documentation](http://manastech.github.io/crystal-sqlite3/)
|
[Documentation](http://manastech.github.io/crystal-sqlite3/)
|
||||||
|
|
||||||
### Projectfile
|
### shard.yml
|
||||||
|
|
||||||
```crystal
|
```yml
|
||||||
deps do
|
dependencies:
|
||||||
github "manastech/crystal-sqlite3"
|
sqlite3:
|
||||||
end
|
github: manastech/crystal-sqlite3
|
||||||
```
|
```
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
Loading…
Reference in a new issue