Hacker News new | ask | show | jobs
by azlev 840 days ago
I didn't get the date as text and the amount as real in table transactions.
2 comments

SQLite, as used in the article, has a very simple data model: 64 bit ints, 64 bit floats, and textual data. If you used a different database engine, you would probably use the datatypes it offers instead.
Agree with this! I just used SQLite as kind of a pseudocode for demonstrating the concept.
Ah, thank you. I understood that it was a Clickhouae schema, it's not.