Using SpacetimeDB as database

There is a database/server instance called SpacetimeDB. They just released version 1.0.
It is mostly used for MMO games but still I wanted to see if this can be a thing for FiveM.
I would like to hear your thoughts.

i was thinking the same, it could be interesting to try and create small project with FiveM and SpacetimeDB… if it is as good as they say, it would be perfect for rp server backend handling

i managed to connect SpacetimeDB to fivem! i can tell you ITS VERY FAST! although i tried it with a very basic database for messages like chat. i even tried to send 100k requests, and they all got handled with average latency: 0.4ms!

Pretty interesting indeed!

It conceptually fits FiveM really well. Sadly it can only be used on the server, since clients do not have access to websockets in any of the runtimes. stdb is kind of intended to be used directly on clients, which is bordering impossible aside from some hacks in their current architecture afaik.