On April 20, 2019 2:56:15 AM GMT+08:00, Howard Chu hyc@symas.com wrote:
This appears to be a combination of colleges only teaching SQL (if they teach anything about databases at all) and again, HR-oriented software only interacting with SQL (if they interact with external systems at all). Would be happy to see otherwise.
To be fair learning sql is easier. I didn't learned it from school, but after installing postgres on my computer and fired up psql with a good reference book on hand, I could conjure up simple database schemas and simple queries in a matter of hours.
What openldap needs to gain mind share is an easy way to play with it. Something like psql, a shell that let you do DDL, DML and query by trial and error.