First page Back Continue Last page Overview Text

Notes:


A good indication that a library is simple is that it doesn't require much effort to start using.

After requiring Sequel, the only necessary step is setting up your database connection.

Here, that is done with the postgres method, which establishes a connection to the events database.

Once you have your database object, you can immediately use it to get results.

Here, we get a count of the number of people in the database.