Expand description
This module contains all the configuration structures
Structs§
- Config
- Configuration object.
- Encryption
Config - Encryption
Context - This is a 1:1 copy of libsql::EncryptionContext with (de)serialization support
- Local
- Local
Replica - Open
Flags - Remote
- Remote
Replica - Synced
Database
Enums§
- Cipher
- This is a 1:1 copy of libsql::Cipher with (de)serialization support
- Database
- This is a 1:1 mapping of libsql::Builder to a (de)serializable config structure
- Encryption
Key - This is a 1:1 copy of libsql::EncryptionKey with (de)serialization support
- Sync
Protocol - This is a 1:1 copy of the libsql::SyncProtocol with (de)serialization support
Type Aliases§
- Config
Error - This error is returned if there is something wrong with the libSQL configuration.