Results for “Std.Db.Session.Config”
6 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Db.Session.Config
Where a database is and who is asking.
- Std.Db.Session.config
Str -> Str -> Str -> Std.Db.Session.ConfigA configuration pointing at a database on this machine.
- Std.Db.ConnectionString.parse
Str -> Result[Std.Db.Session.Config, Std.Db.Session.DbError]Parse connection settings without connecting or including secrets in errors.
- Std.Db.Session.at
&Std.Db.Session.Config -> Str -> Int -> Std.Db.Session.ConfigThe same, somewhere else.
- Std.Db.Session.connect
&Std.Db.Session.Config -> Result[Std.Db.Session.Connection, Std.Db.Session.DbError]Open a connection and take it through to the point it will accept a query.
- Std.Db.pool
&Std.Db.Session.Config -> Int -> Result[Std.Db.Pool, Std.Db.Session.DbError]A pool of open connections, shared between threads.
