Page 1 of 1

NuBuilder + PostgreSQL ? ? ?

Posted: Sat Mar 18, 2023 6:26 pm
by honza1965
Good day, please, I would like to know if it is possible to use the database PostgreSQL ? ? ?

MySQL, MariaDB = everything works great, but PostgreSQL has better SQL functionality closer to ORACLE (for hierarchical structures).

Thank you Honza

Re: NuBuilder + PostgreSQL ? ? ?

Posted: Sat Mar 18, 2023 7:00 pm
by kev1n
While nuBuilder uses PDO, which can also connect to a PostgreSQL database, the SQL syntax, data types etc. of PostgreSQL is different from that of MySQL. Therefore, significant modifications may be required to use nuBuilder with PostgreSQL