←back to thread

275 points whatisabcdefgh | 1 comments | | HN request time: 0.201s | source
Show context
sakesun ◴[] No.45133427[source]
If I remember correctly Mendix project file format is simply a sqlite db. I thought the designer was lazy but it turns out it's a reasonable decision.

Recently, DuckDB team raise similar question on DataLake catalog format. Why not just use SQL database for that ? It's simpler and more efficient as well.

replies(1): >>45139054 #
sigwinch ◴[] No.45139054[source]
With regard to DuckDB catalogs, I think a database is preferred for that. In particular, the tutorials assume PostGres.
replies(1): >>45140969 #
1. psnehanshu ◴[] No.45140969[source]
It should be Postgres not PostGres. The latter looks weird.