Hello, for example I have 5 database on my SDcard, how I should look for them? I just need get list of all my db and choose one of them. And if I add one more DB is will this list updated automatically in app?
Can you provide more information on what these databases are? Are they SQLite? CVS files? The term “database” is a pretty broad term?
There is a plugin in the Marketplace (https://marketplace.coronalabs.com) that can help you access an SDcard. There are also API’s in the lfs.* API group (Lua File System) that will let you get a directory of files where you can find file names. It would be the responsibility of your app to rescan the folder where your databases exists to look for new files.
Rob
I still think what type of DB will be better and more easy to use. Probably it will cvs.
Can you provide more information on what these databases are? Are they SQLite? CVS files? The term “database” is a pretty broad term?
There is a plugin in the Marketplace (https://marketplace.coronalabs.com) that can help you access an SDcard. There are also API’s in the lfs.* API group (Lua File System) that will let you get a directory of files where you can find file names. It would be the responsibility of your app to rescan the folder where your databases exists to look for new files.
Rob
I still think what type of DB will be better and more easy to use. Probably it will cvs.