Slide 11
Slide 11 text
Knex
• Rather than reinvent the wheel, Objection uses Knex, a
powerful SQL query builder.
• Besides building SQL queries, Knex is used to establish
database connections, including pooling connections.
• Also, it is used for managing database schemas via
migrations.