danieleteti / delphi-orm

DORM, the "Delphi ORM"
175 stars 65 forks source link

How to create required tables? #44

Open raelb opened 6 years ago

raelb commented 6 years ago

Hello,

I am trying to run the HelloWorld sample with sqlite3 driver.

How does one create the required tables in dorm? (Many of the examples point to an existing DB with required tables)

Also, how does one create the required columns when the model changes?

Thanks Rael