We have moved to a new Sailfish OS Forum. Please start new discussions there.
2

which version of sqlite is in sailfishos3 ? [answered]

asked 2019-10-19 21:03:14 +0300

pawel gravatar image

updated 2019-10-20 11:54:50 +0300

hi all, i am trying to write a test for the db backend of my app. i am playing around with typescript also :) can some body help me and tell me which database i can use for faking the one on the smartphone ? is sqlite3 the one ? i am on windows btw. thanks !

edit retag flag offensive reopen delete

The question has been closed for the following reason "the question is answered, an answer was accepted" by pawel
close date 2019-10-20 11:55:06.205369

1 Answer

Sort by » oldest newest most voted
4

answered 2019-10-19 21:31:53 +0300

Fuzzillogic gravatar image

updated 2019-10-19 21:32:45 +0300

On SFOS 3.1.0.11:

[nemo@Sailfish ~]$ sqlite3 --version
3.13.0 2016-05-18 10:57:30 fc49f556e48970561d7ab6a2f24fdd7d9eb81ff2

SQLite is generally quite stable, feature wise. As long as you don't use very esoteric stuff, you can use the current versions. You can also just install the SDK, and use the emulator.

edit flag offensive delete publish link more

Comments

thanks, i had the strange wish to write the tests in ts and execute in node on my windows pc :)

pawel ( 2019-10-19 21:42:16 +0300 )edit

Question tools

Follow
2 followers

Stats

Asked: 2019-10-19 21:03:14 +0300

Seen: 433 times

Last updated: Oct 20 '19