Search code examples
haxeufront

How to connect ufront with sqlite?


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.


Solution

  • 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.