can we access the couchbase database

Viewing 1 reply thread
  • Author
    Posts
  • August 15, 2016 at 11:13 PM #18686

    Andrew Mead
    Participant

    Hi Brendan,

    I would like to access the database directly to pull out data so I can create some charts from the data stored in tap forms.

    Do you know if this is possible, and what might be the easiest way to access it

    Thanks

    Andrew

    August 15, 2016 at 11:21 PM #18687

    Brendan
    Keymaster

    Hi Andrew,

    Tap Forms stores the database file inside the .tapforms document. The .tapforms file is actually a package folder and can be navigated into by right-clicking on the file and then selecting the “Show Package Contents” option in the Finder.

    You can navigate down further and eventually get to the db.sqlite file which is the actual database file.

    HOWEVER, I’d be surprised if you could make heads or tails out of the contents of it.

    Couchbase is a “NoSQL” database where all the data is stored as JSON structured documents. It’s not your standard rows and columns type data structure.

Viewing 1 reply thread

You must be logged in to reply to this topic.