CodeLionX / actordb

Actor Database System Framework using Akka
MIT License
0 stars 2 forks source link

Add ColumnDef annotations @Nullable @NotNullable #18

Open srfc opened 6 years ago

srfc commented 6 years ago

Issue

Database schema definitions allow the declaration of constraints on columns, like:

Problem Description

Supporting Information