X Database
A Deno Firestore database client. Coming Soon.
Scope
Creates a composite Firestore id
using the id
and scope
properties. Property values must be a string type.
- View: Requires
id
andscope
properties. - Remove: Requires
id
andscope
properties. - Create: Requires
scope
properties. - Update: Requires
id
andscope
properties. Will not updateid
orscope
properties. Throws and error if item does not exist. - Set: Requires
scope
properties. Will create a new item or update an existing item depending on compositeFirestore id
. - Search: Requires
scope
.
Constant
- View: NA
- Remove: NA
- Create: Requires
constant
properties. - Update: Will not update
constant
properties. - Set: NA
- Search: NA