Help language development. Donate to The Perl Foundation

Slang::SQL zef:tony-o last updated on 2021-04-12

META6.json
{
  "perl" : "6.*",
  "name" : "Slang::SQL",
  "version" : "0.1.5",
  "description" : "A slang to make SQL a more integrated part of the language",
  "depends" : ["DBIish"],
  "provides" : {
      "Slang::SQL": "lib/Slang/SQL.pm6"
  },
  "auth": "zef:tony-o",
  "source-url" : "git://github.com/tony-o/perl6-slang-sql.git"
}