We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa46a4 commit 641d89aCopy full SHA for 641d89a
README.md
@@ -9,6 +9,10 @@ julia> Pkg.init() # Creates julia package repository (only runs once for
9
julia> Pkg.add("SQLite") # Creates the SQLite repo folder and downloads the SQLite package + dependancy (if needed)
10
julia> using SQLite # Loads the SQLite module for use (needs to be run with each new Julia instance)
11
```
12
+
13
+Testing status: [](https://travis-ci.org/karbarcca/SQLite.jl)
14
15
16
## Package Documentation
17
18
#### Functions
0 commit comments