We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b2618 commit e3143e2Copy full SHA for e3143e2
README.md
@@ -111,11 +111,6 @@ catch (SqliteException e)
111
}
112
```
113
114
-## Issues
115
-
116
-1. Alpha stage! Not thouroughly tested! (But in use as the database backend for one of my web applications).
117
-2. BLOB handling is very basic (not taking advantage of BLOB I/O functions).
118
119
---
120
License: BSL 1.0
121
dub.json
@@ -5,6 +5,6 @@
5
"authors": ["Nicolas Sicard"],
6
"copyright": "Copyright © 2011-14, Nicolas Sicard",
7
"libs": ["sqlite3"],
8
- "targetType": "library",
+ "targetType": "library",
9
"license": "BSL-1.0"
10
0 commit comments