Forums

How can i upload an sqlite database here?

How can i upload this one? When i trying to do it i see that here i can use only postgress and mysql. Have i way to use sqlite db? Thank you so much!

Sure, you can. SQLite database is just a file. Python has sqlite interface in standard library. See https://docs.python.org/3/library/sqlite3.html