How-to articles, tricks, and solutions about POSTGRESQL

Laravel: Error [PDOException]: Could not Find Driver in PostgreSQL

It looks like you are trying to connect to a PostgreSQL database from your Laravel application, but the PDO (PHP Data Objects) extension is not installed or enabled in your PHP environment.

postgresql insert null value on query

To insert a NULL value into a PostgreSQL database table column using PHP, you can use the NULL keyword in your INSERT query.