# Functions
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
Simple in memory database to use for testing or local development.
No description provided by the author
A database service that works with a Cloud Spanner database with the following schema:
table Credentials { username string primary key credentials byte array # wide enough to store an encrypted JSON-serialized oauth2.Token object } table Sessions { session_key string primary key oauth2_state string accessed_at timestamp }.
# Interfaces
No description provided by the author