egoist / deravel

MVC web application framework. Like Laravel but for Deno.
88 stars 1 forks source link

ORM #5

Open egoist opened 4 years ago

egoist commented 4 years ago

Now that's a tricky one, do we really have to reimplement TypeORM in Deno?

hailwood commented 4 years ago

I think one of the big things that attract people to Laravel is Eloquent,

Since it's already modelled after Laravel's orm, I wonder if AdonisJs's Lucid ORM would be a better starting point to copy than TypeORM?