Best practices for developing AIR Application with SQLite
问题 I am going to start doing a couple of Adobe AIR projects that will be using SQLite feature provided by AIR . Since this is the first time I am attempting to do this, I would appreciate some pointers, tips and Best Practices for development. Since this application will be accessing a local db, I think I can open a connection to the database at the start of the app and keep it open till the application closes. Is this a right approach to use here? How should design my application if I am using