logoalt Hacker News

gonzalohmtoday at 7:18 PM1 replyview on HN

Nothing around better error handling or schema updates? After working with SQL for 10+ years those are definitely the things I miss.

For error handling I mean things like deprecating a column and allowing a custom error message when someone queries it.

And for schema updates I mean allowing table versions. Same table name but allowing querying an older version of the schema


Replies

grebctoday at 8:59 PM

I like the idea of deprecating a column and getting a warning so much. Also versioned data built-in I would love.