Ask a question to get started
Enter to sendā¢Shift+Enter new line
RecordManager( self, namespace: str, )
ABC
namespace
str
The namespace for the record manager.
Create the database schema for the record manager.
Get the current server time as a high resolution timestamp!
It's important to get this from the server to ensure a monotonic clock, otherwise there may be data loss when cleaning up old documents!
Upsert records into the database.
Check if the provided keys exist in the database.
List records in the database based on the provided filters.
Delete specified records from the database.
Abstract base class for a record manager.