trying to create an application including JS and a sqlite database...
hello,
I created a patch handling an sqlite database in a file with a JS.
It involves a serial polling of a RFID reader on usb port.
Everything works FINE !
I'd want to build an application with that. (didn't try a collective yet)
I tried to include the database file, the JS ; not to include them but to copy them after etc... I have a problem.
So, what could I miss ?
What would be the correct inclusion to make in this particular case of database & JS ?
all ideas would be appreciate :)