Skip to content

Commit e3143e2

Browse files
author
Nicolas Sicard
committed
Removed warnings in readme
1 parent 36b2618 commit e3143e2

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,6 @@ catch (SqliteException e)
111111
}
112112
```
113113

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-
119114
---
120115
License: BSL 1.0
121116

dub.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"authors": ["Nicolas Sicard"],
66
"copyright": "Copyright © 2011-14, Nicolas Sicard",
77
"libs": ["sqlite3"],
8-
"targetType": "library",
8+
"targetType": "library",
99
"license": "BSL-1.0"
1010
}

0 commit comments

Comments
 (0)