Module acrudjson::database

source ·
Expand description

connection pool and data transaction queries for user database instances.

Structs

  • The connection pool to maintain sled database running instance and path prefix to storage file.
  • A user database tree identified by token(TODO) implemented with sled, which is a high-performance, thread-safe and fully atomic embedded database.