im trying to create a model via: phalcon model mymodel and i get ERROR: SQLSTATE[HY000] [14] unable to open database file
i setup my sqlite3 database settings in app/config/config.php and the app seems to find it but not the phalcon dev tool
when i check the manual tutorial
https://docs.phalcon.io/en/3.3/tutorial-base
they controversy put the database config info into the bootstrap
public/index.php file
so where is now the place to put the access info?