ed3 / kohana-sqlite3

SQLite3 driver for Kohana v3 (koseven)

Repository from Github https://github.comed3/kohana-sqlite3Repository from Github https://github.comed3/kohana-sqlite3

SQLite3 driver for Kohana v.3.x (koseven)

Settings

  • copy files in modules folder
  • in bootstrap activate database module
  • in config database:
//...
'type'=> 'SQLite3',
'connection'=> array(
	'database'=> APPPATH.'my.db3',
),
//...

That's all!

About

SQLite3 driver for Kohana v3 (koseven)


Languages

Language:PHP 100.0%