splitgraph / seafowl

Analytical database for data-driven Web applications 🪶
https://seafowl.io
Apache License 2.0
388 stars 9 forks source link

chore: Refactor Seafowl context #474

Closed gruuya closed 7 months ago

gruuya commented 7 months ago

Split up the original context file into several files in a new module, while retaining git-blame-ability (using this recipe):

image

Also finally removes the obsolete SeafowlContext trait.

Closes #471