- copy files in modules folder
- in bootstrap activate database module
- in config database:
//...
'type'=> 'SQLite3',
'connection'=> array(
'database'=> APPPATH.'my.db3',
),
//...
That's all!
SQLite3 driver for Kohana v3 (koseven)
//...
'type'=> 'SQLite3',
'connection'=> array(
'database'=> APPPATH.'my.db3',
),
//...
That's all!