How to connect ufront with sqlite?

147 views Asked by At

Can I use ufront with sqlite3? How can i do so?

Need to put some words here so stackoverflow accepts my question, summon Jason Oneil, or my question will never be online, palease o great stack overflow, accept my question.

1

There are 1 answers

0
TiagoLr On BEST ANSWER

Found it:

Before ufrontApplication.executeRequest():

Manager.cnx = sys.db.Sqlite.open("test.db");

Haven't tested features thoroughly, but the hello-world app seems to work fine now.