crud-node
CtrlK
  • ⚑Overview
  • ✨Installation
  • 🧰Schema (soon)
  • β˜„οΈQuick Start
  • Guides
    • πŸͺ„Guides (soon)
  • Adapters
    • πŸ’«Adapters
      • Availability πŸ†•
      • MySQL
      • MySQLX
      • Mongo (soon)
      • Postgres (soon)
      • Cassandra (soon)
      • Oracle (soon)
      • SqlLite (soon)
      • Couchdb (soon)
  • Reference
    • ⭐API Reference
      • Availability πŸ†•
      • init
      • toString
      • createDocument
      • createDocumentIfNotExists πŸ†•
      • deleteDocument
      • deleteAll πŸ†•
      • updateDocument
      • getDocument
      • getDocuments
      • getDocumentByCriteria πŸ†•
      • searchDocumentsByCriteria πŸ†•
      • searchDocuments πŸ†•
      • groupByDocuments πŸ†•
      • filterDocumentsByCriteria πŸ†•
      • filterDocuments πŸ†•
      • filterDocumentsByIds πŸ†•
      • fetchAll πŸ†•
      • findDocument πŸ†•
      • existsDocument
      • getCount
      • getTotal
      • callStoredProcedure πŸ†•
  • πŸ“ƒChangelog
  • πŸ“‹Roadmap
Powered by GitBook
On this page

🧰Schema (soon)

https://json-schema.org/

We use `https://json-schema.org/` to ensure implementation consistency across all adapters. Even if we speak about MySQL, MySQLX, Cassandra, Postgres, Mongo, etc, the package should preserve the same interface on all adapters to be easy to use and switch between databases.

PreviousInstallationNextQuick Start

Last updated 2 years ago