4

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.

Gama11
  • 31,714
  • 9
  • 78
  • 100
TiagoLr
  • 2,782
  • 22
  • 16
  • I still haven't tried ufront, but you can probably use your own database driver independently from ufront. I think that ufront has an extension to Spod (`sys.db.*`), so you should be able to use it from there – Waneck Dec 04 '14 at 19:53

1 Answers1

2

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.

TiagoLr
  • 2,782
  • 22
  • 16