Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQLAlchemy and Elixir? [closed]

I have been using django ORM, it's nice and very easy, but this time I'm doing a desktop app and I found SQLAlchemy, but I'm not sure to use it with Elixir. What do you think? is it really useful?

like image 728
sacabuche Avatar asked Dec 05 '22 02:12

sacabuche


1 Answers

I'm not sure you need Elixir any more. With the Declarative mapper, you can create classes that map to your tables similar to the way it's done by Elixir. Is there a specific elixir feature that you're looking for?

like image 121
Noufal Ibrahim Avatar answered Dec 10 '22 11:12

Noufal Ibrahim