Are there any limits to the sqlite database?

I just found out about this awesome feature of Glitch. (new user)

I realized that the database is basically a file.db. Can we create multiple sqlite databases then?

is there a limit on the size of a db?

Is it also possible to have mongodb instead?

Thank you. :slight_smile:

your database can be as big as the storage allocated to your project (iirc its 200mb). and yes mongodb can be used on glitch :slight_smile:

1 Like

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