Help language development. Donate to The Perl Foundation

DB::SQLite cpan:CTILMES last updated on 2021-04-29

META6.json
{
    "meta-version" : "1",
    "perl"         : "6.c",
    "name"         : "DB::SQLite",
    "api"          : "1",
    "version"      : "0.7",
    "auth"         : "github:CurtTilmes",
    "description"  : "SQLite access for Raku",
    "license"      : "BSD-2-Clause",
    "test-depends" : [ "Test", "Test::When" ],
    "depends"      : {
        "runtime"  : {
            "requires" : [
                "BitEnum",
                "DB",
                "NativeLibs:ver<0.0.7+>:auth<github:salortiz>",
                "sqlite3:from<native>"
            ]
        },
        "test" : {
            "requires" : [ "Test", "Test::When" ]
        }
    },
    "authors" : [ "Curt Tilmes <[email protected]>" ],
    "provides" : {
        "DB::SQLite"             : "lib/DB/SQLite.rakumod",
        "DB::SQLite::Native"     : "lib/DB/SQLite/Native.rakumod",
        "DB::SQLite::Connection" : "lib/DB/SQLite/Connection.rakumod",
        "DB::SQLite::Statement"  : "lib/DB/SQLite/Statement.rakumod",
        "DB::SQLite::Result"     : "lib/DB/SQLite/Result.rakumod"
    },
    "tags" : [ "DATABASE", "SQLITE" ],
    "support" : {
        "email" : "[email protected]",
        "source" : "https://github.com/CurtTilmes/raku-dbsqlite.git",
        "bugtracker" : "https://github.com/CurtTilmes/raku-dbsqlite/issues"
    }
}