mirror of
https://gitea.invidious.io/iv-org/shard-crystal-sqlite3.git
synced 2024-08-15 00:53:26 +00:00
Added .travis.yml
This commit is contained in:
parent
d62185867b
commit
d6cfeee85b
2 changed files with 4 additions and 1 deletions
1
.travis.yml
Normal file
1
.travis.yml
Normal file
|
@ -0,0 +1 @@
|
|||
language: crystal
|
|
@ -1,5 +1,7 @@
|
|||
# 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/).
|
||||
|
||||
**This is a work in progress.**
|
||||
|
@ -16,7 +18,7 @@ end
|
|||
|
||||
### Usage
|
||||
|
||||
```
|
||||
```crystal
|
||||
require "sqlite3"
|
||||
|
||||
db = SQLite3::Database.new( "data.db" )
|
||||
|
|
Loading…
Reference in a new issue