File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 9
9
"DBDish::Pg" : "lib/DBDish/Pg.pm6",
10
10
"DBDish::SQLite" : "lib/DBDish/SQLite.pm6",
11
11
"DBDish::TestMock" : "lib/DBDish/TestMock.pm6",
12
- "DBDish::mysql" : "lib/DBDish/mysql.pm6"
12
+ "DBDish::mysql" : "lib/DBDish/mysql.pm6",
13
+ "DBDish::Pg::Connection" : "lib/DBDish/Pg/Connection.pm6",
14
+ "DBDish::Pg::Native" : "lib/DBDish/Pg/Native.pm6",
15
+ "DBDish::Pg::StatementHandle" : "lib/DBDish/Pg/StatementHandle.pm6",
16
+ "DBDish::SQLite::Connection" : "lib/DBDish/SQLite/Connection.pm6",
17
+ "DBDish::SQLite::Native" : "lib/DBDish/SQLite/Native.pm6",
18
+ "DBDish::SQLite::StatementHandle" : "lib/DBDish/SQLite/StatementHandle.pm6",
19
+ "DBDish::mysql::Connection" : "lib/DBDish/mysql/Connection.pm6",
20
+ "DBDish::mysql::Native" : "lib/DBDish/mysql/Native.pm6",
21
+ "DBDish::mysql::StatementHandle" : "lib/mysql/SQLite/StatementHandle.pm6",
22
+ "DBDish::Role::Connection" : "lib/DBDish/Role/Connection.pm6",
23
+ "DBDish::Role::ErrorHandling" : "lib/DBDish/Role/ErrorHandling.pm6",
24
+ "DBDish::Role::StatementHandle" : "lib/DBDish/Role/StatementHandle.pm6"
13
25
},
14
26
"source-url" : "git://github.com/perl6/DBIish.git"
15
27
}
You can’t perform that action at this time.
0 commit comments