View on GitHub

Red

A WiP ORM for Raku

class submethod BUILD (Red::Driver::SQLite: DBDish::SQLite::Connection :$!dbh, Str :$!database = “:memory:”, *%_) { #`(Submethod|140684076271888) … }

Data accepted by the SQLite driver constructor: dbh : DBDish::SQLite object database: File name or C<:memory:> to a in memory DB (default)

method begin

method begin() returns Mu

Begin transaction

multi method should-drop-cascade

multi method should-drop-cascade() returns Mu

Does this driver accept drop table cascade?