import * as netzo from "https://deno.land/x/netzo@0.2.94/plugins/portals/utils/db.ts";
Functions
Returns an array of values of a given | |
Creates a new item in the database. Throws if the item already exists in one of the indexes. | |
Creates a new user in the database. Throws if the user or user session already exists. | |
Gets the item with the given ID from the database. | |
Gets the user with the given login from the database. | |
Gets the user with the given session ID from the database. The first attempt
is done with eventual consistency. If that returns | |
Returns a | |
Returns a | |
Returns a | |
For testing | |
For testing | |
Creates a user in the database, overwriting any previous data. | |
Updates the session ID of a given user in the database. |