@@ -0,0 +1,12 @@
package sqlite3
const (
OK = 0
ROW = 100
DONE = 101
)
OPEN_READWRITE = 0x00000002
OPEN_CREATE = 0x00000004
The note is not visible to the blocked user.