OCSInventory-NG / OCSInventory-Server

Communication server of OCS Inventory
http://www.ocsinventory-ng.org/
GNU General Public License v2.0
344 stars 139 forks source link

Support PostgreSQL #386

Closed nohnaimer closed 2 years ago

nohnaimer commented 2 years ago

Hello, Do you plan to support PostgreSQL?

gillesdubois commented 2 years ago

Hi,

We are planning on reworking the inventory engine with an ORM :) PSQL will definitely be in the compatibility list.

Regards, Gilles.

nohnaimer commented 2 years ago

Hi,

ORM? Link on TODO list? Are there any deadlines?

gillesdubois commented 2 years ago

You can look at this page to have a example of what is an ORM : https://ilovedjango.com/django/orm/understanding-the-django-orm-object-relational-mapping/

Deadline is most likely next year by now since its not an urgent priority. We are waiting for several other feature / changes before pushing the ORM implementation.