icssc / peterportal-api-next

API that provides easy access to public data from UC Irvine. Developed for Anteaters, by Anteaters.
https://docs.icssc.club/anteaterapi
MIT License
6 stars 0 forks source link

Switch schema to using scalar arrays where supported #110

Closed ecxyzzy closed 6 months ago

ecxyzzy commented 1 year ago

PostgreSQL supports scalar arrays, which is good since we've been kludging those on MariaDB with JSON, a type-unsafe solution that requires an excessive amount of casting.