Cant connect db for my app

Hi,

I’ve created a database with sqlite3 and I want to access the data through my app.
Can I just upload it, create a secrets file and use it ?
Or do I need to upload it to some remote host and create a connection?

I keep getting

pandas.errors.DatabaseError: Execution failed on sql 'SELECT * FROM incomes': no such table: incomes

Most thankful for your responses

This error is probably due to a wrong path that you are providing… please check this link for further clarfication

This

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.