top | item 24041786

(no title)

kndjckt | 5 years ago

Doe anyone know of a good ORM for Julia? This has been holding back my adoption of Julia for a few projects

edit: for those who don't know what an ORM is https://stackoverflow.com/questions/1279613/what-is-an-orm-h...

discuss

order

karbarcca|5 years ago

I made https://github.com/JuliaData/Strapping.jl, which is part of an ORM; i.e. it does the translating between Julia objects/vectors of objects and 2D tables. But it doesn't do some of the more "magical" things like SQL generation, automatic migrations, etc.

I think it'd be cool to do some of the SQL generation stuff, but no one has sat down to design something out and how it would work in Julia.

eigenspace|5 years ago

Could you clarify what you mean by ORM? You're more likely to get high quality responses if people know what you mean.

kndjckt|5 years ago

added! Thanks! :)