package sqlite3 const ( OK = 0 ROW = 100 DONE = 101 ) const ( OPEN_READWRITE = 0x00000002 OPEN_CREATE = 0x00000004 )