SQLiteConnectOptions.maxConnections

Maximum connections that allowed to be created. Must not be 0.

struct SQLiteConnectOptions
@serdeOptional
@serdeKeys("MaxConnections")
uint maxConnections;

Meta