> On Aug 20, 2014, at 10:53 AM, Zack Gramana <[email protected]> wrote:
> 
> Sherry, it's just a sqlite file, so you could just use Visual Studio's 
> database explorer to connect to it to browse the tables.  Make sure you have 
> an ADO.NET <http://ado.net/> SQLite provider, and use the right connection 
> string (for help, see http://www.connectionstrings.com/sqlite/ 
> <http://www.connectionstrings.com/sqlite/>). You'll want to focus on the 
> `revs` table.

Unfortunately the revs table uses a custom collator for one of its columns, so 
if you open it with a different client, SQLite will refuse to run some types of 
queries because it won't know how to search that column.

--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/DAA16AF7-7EE4-439A-B1B5-F3419EF453BC%40couchbase.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to