portanic / portanic

Developer Platform Builder - WIP
0 stars 0 forks source link

Database Design #20

Open mariuskimmina opened 2 months ago

mariuskimmina commented 2 months ago

Related to #19

I have come to think that we'll need more than one database. We'll need a SQL (Postgres) database for users, organizations, roles, all that kind of stuff. We'll also need a NoSQL (MonogoDB) database to allow users to create a service_catalog the way they want to. We need to support custom fields and that would be a pain with SQL.