I use django ORM, itβs good and very easy, but this time Iβm doing a desktop application and I found SQLAlchemy, but Iβm not sure that I use it with Elixir. What do you think? is it really useful?
Use SQLAlchemy with Elixir if you need simple object-relational mapping in the style of Django (or Rails-style). If you need complex mapping, such as white-table inheritance or dictionary-based collections , I recommend using only SQLAlchemy with sqlalchemy.ext.declarative .
sqlalchemy.ext.declarative
I'm not sure you need an elixir. With the Declarative mapper, you can create classes that map to tables similar to how Elixir did. Is there an elixir feature you are looking for?
Source: https://habr.com/ru/post/1313775/More articles:What is the difference between .last () and: last? - javascriptHow to "detach" a reference to a Perl array from a reference variable? - arraysHelp for Sql Union - c #What does SimpleJDBCTemplate.queryForInt do when the database returns null? - javaShould I learn SharePoint 2010 or SharePoint 2007? - c #hints of an upcoming glitch - c #Support 24/7/365 - qaQuestion with C ++ iostreams - c ++JPA model displays null elements using composite keys - javaWebapp sends email via gmail SMTP - bad idea? - smtpAll Articles