Edgedb Enums

2023-04-11 | #edgedb #edgedb-types

Edgedb allows users to define enums and use them in data modeling. Enums are one of the data types we use to store data. An enum is a data structure that contains a specific set of constant values. These constants can be used to limit the values of a field in the data model. This can help prevent storing incorrect or invalid data in the model and provide application developers with a more precise and secure data modeling experience.

Continue reading 


EdgeDb

2023-04-10 | #edgedb

EdgeDb is an open-source, relational database management system (DBMS) and a next-generation Object-Relational Mapping (ORM) tool. It is developed as part of PostgreSQL and designed to be used with Python. EdgeDb is designed to provide higher performance, less code, and better security compared to PostgreSQL. The history of EdgeDb began in 2018 when it was initiated by MagicStack, a software company based in Russia, with the aim of providing a better tool for developing and managing database applications.

Continue reading 