Glitch database Mongo or Sql?

Hello, i’m trying to set up a Glitch server, is it better to use MongoDb or a SqlLite database? The second seems to be handled inside glitch while the first seems to be external, is that correct?

Hi @ayrin,

I don’t have experience on setting databases on Glitch, but those two databases are quite different technology stucks.

Use the one you are more comfortable working with or learning how to use. Mongo uses a JSON schema like structure, whereas SqlLite is a traditional row/tables database using SQL for all queries.

1 Like