only-cliches / Nano-SQL

Universal database layer for the client, server & mobile devices. It's like Lego for databases.
https://nanosql.io
MIT License
781 stars 49 forks source link

copy database #213

Open alri opened 3 years ago

alri commented 3 years ago

I am working with nativescript vue . i have pre exist database and i wain use this database data . i use nativescript sqlite copy database . but nanosql just create database and when i do not create database i cannot use nSQL().useDatabase("mydb.db") please help me for work with pre exist database . thanks