Create a file config.json in your project directory. Note: For Home assistant configuration, the configuration file format is the same but the file must be located in config directory and named ...
Did you know that PostgreSQL supports streaming data directly into and out of a table? This means you can take your favorite CSV or TSV file and pipe it directly into an existing PostgreSQL table.