AlexDenisov / iActiveRecord

ActiveRecord for iOS without CoreData, only SQLite
http://alexdenisov.github.com/iActiveRecord/
MIT License
354 stars 50 forks source link

Multiple sqlite3 connections #67

Open ghost opened 10 years ago

ghost commented 10 years ago

There is only one database connection (named database, ivar in ARDatabaseManager private interface). Is there a possibility to open another connection simultaneously to run queries while the first one let's say is being used for a long-running operation?