Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

CouchDB is a NoSQL (not only SQL) database system. It is not a traditional database rather than it is a schema free, non-relational and table-less database system. All data records are store stored here as document. Ektorp is a persistence tool used by CouchDB. In this document I have explained

...

  1. How Ektorp is used within java classJava API

  2. How Ektorp get CouchDb connection

  3. How Ektorp create view and apply query

...