| ▲ | StarGrit 2 days ago | |||||||
ORMs have better support I've found in the past (at least in .NET and Go) for Postgres. Especially around date types, UUIDs and JSON fields IIRC. | ||||||||
| ▲ | Hendrikto 2 days ago | parent [-] | |||||||
You don’t need an ORM either. It’s just another level of complexity for very little to no gain in almost all cases. Just write SQL. | ||||||||
| ||||||||