SurrealDB is a query language created in 2016 by Tobie Morgan Hitchcock.
#841on PLDB | 8Years Old |
git clone https://github.com/surrealdb/surrealdb
SurrealDB is an end-to-end cloud-native database designed for modern applications, including web, mobile, serverless, Jamstack, backend, and traditional applications. With SurrealDB, you can simplify your database and API infrastructure, reduce development time, and build secure, performant apps quickly and cost-effectively.
UPDATE person SET
waist = <int> "34",
height = <float> 201,
score = <decimal> 0.3 + 0.3 + 0.3 + 0.1
;