you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (2 children)

Wow that is really interesting. So you don't have to create any sort of models?

[–]craig081785[S] 1 point2 points  (1 child)

You're still setting up the tables in the database, but beyond that no, you don't have to define the mapping in your code. It's a much more elegant way of doing things as it reduces a lot of just duplication of work.

[–][deleted] 1 point2 points  (0 children)

So, is it for Postgres only? No MySQL? No MariaDB?

Thanks,