> On Mar 9, 2015, at 11:25 AM, Frederic Yesid Peña Sánchez > <[email protected]> wrote: > > Couchbase Lite using SQLite version 3.7.13 (2012-07-17 17:46:21 > 65035912264e3acbced5a3e16793327f0a2f17bb) > Should it say "ForestDB" instead??
Hm, that message comes from initialization of the SQLite storage class. I agree it’s confusing. It should probably instead appear the first time the class is instantiated. The best way to see what storage type is being used for which database is to enable logs for the `CBLDatabase` key (-LogCBLDatabase YES). > Property "storageType" not found in object type ‘CBLManager' Oops; looks like that hasn’t been made public yet. But using args "-CBLStorageType ForestDB” should work for now. —Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/91747C2F-B1EF-45B8-9603-2DEA1368F479%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
