import * as netzo from "https://deno.land/x/netzo@0.4.49/plugins/auth/utils/db.ts";
Functions
Returns an array of values of a given | |
Creates a new user in the database. Throws if the user or user session already exists. | |
Gets the user with the given authId 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 | |
Creates a user in the database, overwriting any previous data. | |
Updates the session ID of a given user in the database. |