Expand description
This module contains all the configuration structures
Structs§
- Config
- Configuration object.
- Encryption
Config coreorreplication - Encryption
Context remoteorreplicationorsync - This is a 1:1 copy of libsql::EncryptionContext with (de)serialization support
- Local
core - Local
Replica replication - Open
Flags coreorreplication - Remote
remote - Remote
Replica replication - Synced
Database sync
Enums§
- Cipher
coreorreplication - 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 remoteorreplicationorsync - This is a 1:1 copy of libsql::EncryptionKey with (de)serialization support
- Sync
Protocol replication - 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.