Import db sqlite test

Beginner.
Please, how do I know that db sqlite is already imported in the application assets?
Well thank you.
Ondrej

Upload files to assets here in the designer:

image

(Assumes database is less than @25mb)

How will you access the database? Do you want to write to it or just read it ?

I just want to read from the SQLite database.
Ondrej

There are several options:

Extensions:
The most reliable and easiest to use is by Taifun
https://puravidaapps.com/sqlite.php

There are other extensions available, search for sqlite on this page:
https://puravidaapps.com/extensions.php


Or if you are feeling brave, try this as a starting point:
terminal sqlite3

1 Like

to upload the sqlite database into the assets only will not help very much, additionally you have to import the database from there to be able to work with it...

my sqlite extension offers an IMPORT method for that...

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.