Hacker News new | ask | show | jobs
by kndjckt 2143 days 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...

2 comments

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.

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