December 2021
Intermediate to advanced
510 pages
11h 20m
English
Before moving to the final chapter, apply the skills you developed in this chapter by working on these exercises:
Add tests for the functions DailySummary and RangeSummary. Create a helper function to instantiate a database and insert some data that you can use to query and test these functions.
Integrate another database engine, such as PostgreSQL or MariaDB, with this application to understand what changes when connecting to different databases. You can reuse most of the code you developed to integrate with SQLite, but you’ll need to update some queries according to the target database’s specific syntax.
Read now
Unlock full access