Have anyone use SQL DB (Postgres, MySql) in Meteor?
My would like to try to build Backing System. I thinks that SQL DB is good for this type system. What do you thinks?
Backing System
SQL DB
Could your share experience?
Not as primary database. Reading and writing to a third party applications database with node-mssql.
ApolloGraphQL, also from MDG, is a widely-used way to connect any app to SQL databases. It works well with Meteor. It supports client caching of data retrieved from the server, optimistic UI, easy re-fetching, and includes integrations with React.
thanks for all reply. @vikr00001, We could use Mongo with SQL DB by Apollo (Multi DB). Example: We use Mongo for User account, ... or Reactive Collection, and use SQL DB for other collections
Mongo
Apollo
Mongo for User account, ... or Reactive Collection
SQL DB for other collections
Hi all, Mongo is good db for Backing, financial system or not???
Backing, financial system