Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate libsql and sqlcipher #207

Merged
merged 5 commits into from
Dec 20, 2024
Merged

Conversation

rflopezm
Copy link
Contributor

  • Remove usage of dbMap
  • Store DB with c and db on DBHost

@@ -5,7 +5,11 @@
#include <ReactCommon/CallInvoker.h>
#include <jsi/jsi.h>
#include <set>
#ifdef OP_SQLITE_USE_LIBSQL
#include "libsql/bridge.h"
#else
#include <sqlite3.h>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, weird that this was working when compiling for libsql, but good catch! 👍

@ospfranco ospfranco merged commit 12bab2f into oscar/per-db-thread Dec 20, 2024
7 checks passed
@ospfranco ospfranco deleted the rodrigo/libsql_migration branch December 20, 2024 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants