Skip to content

X-Database A Deno database client for Google Cloud Firestore.

License

Notifications You must be signed in to change notification settings

xeaone/database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Total alerts Total alerts

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 and scope properties.
  • Remove: Requires id and scope properties.
  • Create: Requires scope properties.
  • Update: Requires id and scope properties. Will not update id or scope 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 composite Firestore id.
  • Search: Requires scope.

Constant

  • View: NA
  • Remove: NA
  • Create: Requires constant properties.
  • Update: Will not update constant properties.
  • Set: NA
  • Search: NA