Skip to content

ed3/kohana-sqlite3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages