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.
Found it:
Before ufrontApplication.executeRequest():
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.
hello-world
Found it:
Before
ufrontApplication.executeRequest()
:Haven't tested features thoroughly, but the
hello-world
app seems to work fine now.