Skip to content

Commit

Permalink
docs: mention unsigned integer support in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause committed Aug 19, 2022
1 parent a69a35b commit 4e403cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ The `pandas.read_sql()` method can read tables from `duckdb_engine` into DataFra
>>> df = pd.read_sql('users', engine, chunksize=25) ### Throws an exception
```

### Unsigned integer support

Unsigned integers are supported by DuckDB, and are available in [`duckdb_engine.datatypes`](duckdb_engine/datatypes.py).

## The name

Yes, I'm aware this package should be named `duckdb-driver` or something, I wasn't thinking when I named it and it's too hard to change the name now

0 comments on commit 4e403cb

Please sign in to comment.