The database module is responsible for creating Instant, GraphQL APIs for all supported databases. It also supports a subscriptions feature which lets you listen on database changes in realtime.
Space Cloud also allows you to execute native prepared queries directly as an escape hatch in edge cases.
Currently the database module supports the following databases ❤ :
Although the database module of Space Cloud is schemaless, it lets you optionally provide a schema via Mission Control for these added benefits:
We recommend starting with the data modelling guide to learn how you can create / edit tables, indexes and relations in Space Cloud in a declarative manner