Topic: Database

How to install PostgreSQL on macOS

PostgreSQL is a powerful open-source relational database. On macOS, the easiest way to install it is with Homebrew.PrerequisitesMake sure Homebrew is installed on your Mac. You can check it with:brew --versionIf Homebrew

Read More...

How to prevent SQL injection

A SQL injection attack consists of insertion or “injection” of a SQL query via the input data from the client to the application i.e web browser. A successful SQL injection exploit can read sensitive data from the databa

Read More...