capacitor-community / sqlite

Community plugin for native & electron SQLite databases
MIT License
426 stars 104 forks source link

Support for dynamic database path #502

Closed ygarg465 closed 4 months ago

ygarg465 commented 4 months ago

Is your feature request related to a problem? Please describe. Is there any way to specify path to database in the code instead of capacitor.config.ts file because I want separate folder for separate database.

Describe the solution you'd like A way to dynamically create database with specifying location for the file

Describe alternatives you've considered I haven't found any alternative for the same.

jepiqueau commented 4 months ago

@ygarg465 you can create multiple databases but they are all at the same location