An in-depth look at everything there is to know about EdgeDB: data types, query language, schema and database setup, etc.
Install EdgeDB, create a simple schema, and write your first queries in under 5 minutes.
The quickest way to learn the key concepts of EdgeDB without installation, right in your browser.
An easy to follow book about using EdgeDB for an imaginary game based on the setting in Bram Stoker's 1897 book Dracula.
uuid = uuid, uuid < uuid, …
Comparison operators.
uuid_generate_v1mc()
Return a version 1 UUID.
The algorithm uses a random multicast MAC address instead of the real MAC address of the computer.
db>
SELECT uuid_generate_v1mc();
{'1893e2b6-57ce-11e8-8005-13d4be166783'}