Exemplo n.º 1
0
 public void SetupSchema()
 {
     using (var db = new Database("database"))
     {
         db.Execute(sql);
     }
 }