Simple Create, Read, Update and Delete (CRUD) connect to SQLite with MVC Architecture
- clone project
git clone https://github.com/archytech99/mvc-sqlite.git - run
composerinstall/update - create file
<your-project-dir>/.config:APP_NAME='CRUD SQLite with MVC Architecture'DB_CONN=mysqlDB_HOST=127.0.0.1DB_PORT=3306DB_NAME=arch_dbaseDB_USER=rootDB_PASS=