[ Package conformance ]
Storage & Data · >=9.0.0
react-native-nitro-sqlite
adapts the shared bedrock-sqlite backend to Nitro's connection-oriented API. real SQL engine inherited from op-sqlite via the shared backend; error wrapping included.85%
API coverage
No visual conformance cases have been published for this package yet. The registry summary below describes what the compat layer implements.
Working (18)
openexecute/AsyncexecuteBatch/Asynctransaction (auto commit/rollback against real BEGIN/COMMIT/ROLLBACK)NitroSQLiteErrorNITRO_SQLITE_NULLisNitroSQLiteNullisSimpleNullHandlingEnabledenableSimpleNullHandlingNitroSQLite proxyclosedeleteattachdetachfull SQL surface (JOINsindexestransactionsRETURNING)
Missing (3)
attach/detach are noops (single-DB in the shared backend)loadFile (noop)update/commit/rollback hooks (bedrock does not expose sqlite3_update_hook through its module surface)