A cross-platform .NET one would be even better! ;) 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/). You'll want to focus on the `revs` table.
Alternatively, you can also replicate against a local Sync Gateway running Walrus instead of Couchbase Server, and then open up the admin UI (http://localhost:4985/_admin/) to select your database and browse the documents. On Aug 20, 2014, at 8:07 AM, Jens Alfke <[email protected]<mailto:[email protected]>> wrote: On Aug 20, 2014, at 12:32 AM, Sherry Ummen <[email protected]<mailto:[email protected]>> wrote: Can you also tell whether there is some windows desktop application which can open .cblite file? Something like CouuchbaseLite viewer for MacOs? I don't think so. Not unless someone's written one without telling us. (A cross-platform Java one would be nice to have, hint hint.) --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]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/77487BDF-5FE4-47BE-B05B-3822BF474515%40mooseyard.com<https://groups.google.com/d/msgid/mobile-couchbase/77487BDF-5FE4-47BE-B05B-3822BF474515%40mooseyard.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- 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/86A31DB9-ECE2-4517-9AE2-7AD02A55D625%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
