feulf / rainframework

Easy MVC Framework for PHP

Home Page:https://rainphp.github.io/rainframework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sqllite support ?

maditnerd opened this issue · comments

Is sqlite supported ?

I had to add
$database_path = self::$db[$name]['path']; (l50)
in /system/library/DB.php to make it works

commented

Yes, you can set the database in config/db.php

ok thanks!