Serge
view release on metacpan or search on metacpan
lib/Serge/DB.pm view on Meta::CPAN
'SQLite_pre_1_26_06' => {
'options' => {
'unicode' => 1, # old version of DBD::SQLite used 'unicode' instead of 'sqlite_unicode'
},
'do' => 'PRAGMA cache_size = 10000', # 10 MB of cache instead of default 2 MB
'begin_transaction_stmt' => 'BEGIN',
},
'mysql' => {
'options' => {
'mysql_enable_utf8' => 1,
'mysql_bind_type_guessing' => 1,
},
'begin_transaction_stmt' => 'START TRANSACTION',
},
'Pg' => { # Postgres
'options' => {
'pg_enable_utf8' => 1,
},
'begin_transaction_stmt' => 'BEGIN',
( run in 0.278 second using v1.01-cache-2.11-cpan-00829025b61 )