Examples

This section is reserved for some examples we believe might give an overview of the functionality to the SQuelized library. We will keep adding examples as the project develops.

PostgreSQL Connection and Queries

This example illustrated how to setup a simple PostgreSQL connection, obtain data and print it to the console. We will use a function for the latter, printTable(...).