Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
einpoklum
on July 10, 2021
|
parent
|
context
|
favorite
| on:
Against SQL
> It would be really cool if databases had an Option<T> type. Then you could remove all the NULLs.
A nullable T column _is_ an Option<T> column, with NULL representing "Empty" or "No Value".
Teafling
on July 10, 2021
[–]
OP explains why this is not the same in all the other sentences of their comment
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
A nullable T column _is_ an Option<T> column, with NULL representing "Empty" or "No Value".