Skip to main content

16 docs tagged with "database"

View All Tags

Client code examples

Client applications communicate with a Codehooks API and database via a secure REST API.

CRUD example REST API

This Codehooks CRUD example app implements a complete REST API and operations for a space/datastore and multiple collections.

Data operators

Data objects in a datastore can be manipulated in any update operation. To manipulate one or many data object(s) a range of special operators can be applied using the updateOne(...) or updateMany(...) API.

Database API

The database API lets you execute queries and manipulate data in the built in NoSQL datastore.

Indexing API

Create fast lookup indexes in a datastore. Combined with streaming queries, indexing can be a big improvement for your application performance.

Key-Value API

Run Redis-like operations against a Key-Value database.

NoSQL and REST API Query language

Learn how to to use REST API NoSQL queries with our comprehensive guide. Find REST API NoSQL query examples and understand how to use NoSQL query APIs and databases.

REST API query and Database CRUD API

A new Codehooks.io application has a complete and secure REST API for basic database CRUD (Create, Read, Update, Delete) operations using REST API queries. The CRUD REST API is implemented by bundling the deployed application with the NPM package codehooks-js and the crudlify API.