Hillcrest-R-D / FORM

F# Object Relational Mapper
MIT License
15 stars 0 forks source link

Create Table Function (1.0 requisite) #5

Closed mflibby closed 1 year ago

mflibby commented 2 years ago

We need a function that takes a type and an Orm state and creates a table in the matching db and schema that corresponds with the type.

mflibby commented 2 years ago

for a fully featured create table function, we will needed new attributes that allow for full table definitions to be outlined in code before table creation

mflibby commented 1 year ago

moved outside scope of FORM - most likely going to be built in dormant