- Function that creates database, see `pydbtools.create_database` - Functions that create tables from files, SQL or dataframes, see `pydbtools.file_to_table`, `pydbtools.create_table` and `pydbtools.dataframe_to_table`.
5.4.0
- Added `tables` functionality to return dataframe of all tables and columns. Wrapped from wrangler.catalog.tables.
5.3.2
- Updated dependencies.
5.3.1
- Fix issue when creating temporary tables where tables which start with another table's name could have their data deleted.
5.3.0
- No longer supporting Python 3.7 due to numpy security issue.