hdb_sqlite_open_database
ret = hdb_sqlite_open_database(context, db, 0);
ret = hdb_sqlite_open_database(context, db, SQLITE_OPEN_CREATE);