Example #1
0
 public PostgresDatabase(string name)
     : this(name, ConnectionFactory.NewDbConnection())
 {
 }