I am new to Postgres development. We have a folder of JSON files that we want to Bulk Insert into a Postgres database.
Is it possible to write code that will perform Bulk Insert from a folder by taking a path in for each file , as a parameter. As opposed to writing this in Dynamic SQL