PolicyEngine / policyengine-api

PolicyEngine's REST API for computing policy impacts.
GNU Affero General Public License v3.0
10 stars 21 forks source link

Move from custom database class to standard ORM #1419

Open anth-volk opened 5 months ago

anth-volk commented 5 months ago

This would allow for much more comprehensive type checking (e.g., None doesn't always behave as expected, as logged in other issues), the ability to utilize RETURNING statements properly, etc.