icssc / anteater-api

API that provides easy access to public data from UC Irvine. Developed for Anteaters, by Anteaters.
https://anteaterapi.com/reference
GNU Affero General Public License v3.0
3 stars 0 forks source link

refactor: db enhancements #16

Closed ecxyzzy closed 3 weeks ago

ecxyzzy commented 3 weeks ago

Description

Drizzle 0.36.0 introduced, among other features, a more concise array syntax for indexes and constraints.

This PR upgrades our dependencies, migrates our schema to that syntax, and also addresses some key issues, namely:

How Has This Been Tested?

Verified locally that filtering courses by GE categories other than Category Ia exhibits similar performance to filtering by Category Ia.

Types of changes

Checklist: