In-Process SQL
Embedded SQL engines that run inside the application process with no separate server — the database is a local file on disk. Typical use-cases: mobile apps, desktop apps, local-first web apps, CLI tools, and analytics scripts.
Embedded SQL engines that run inside the application process with no separate server — the database is a local file on disk. Typical use-cases: mobile apps, desktop apps, local-first web apps, CLI tools, and analytics scripts.