Y
Hacker News
new
|
ask
|
show
|
jobs
by
Thaxll
1126 days ago
You can remove JSON, when is SQLite adding proper date type?
1 comments
thunderbong
1126 days ago
It's already available -
https://www.sqlite.org/stricttables.html
link
pdimitar
1126 days ago
Wrong, there's no datetime there. Only integer can be used for it in a more space-saving manner. But that means you have to convert and invoke calculation functions. It's error-prone.
link
tracker1
1125 days ago
Isn't that what most databases do under the covers anyway?
link
pdimitar
1124 days ago
Yes, and? I prefer the DB to take care of it for me.
link
https://www.sqlite.org/stricttables.html