Skip to content

v0.2.2

Compare
Choose a tag to compare
@elliotchance elliotchance released this 24 Jul 15:39
· 127 commits to main since this release
d063bdd
Adding more data types (#4)

A lot of new data types that for now reduce down to the same two internal
types (string and f64). There are a lot of caveats with this that have
been documented in the README.

Also fixed a bug where CREATE TABLE would not accept more than one
column.