-
Notifications
You must be signed in to change notification settings - Fork 0
Home
SunnysideAaron edited this page Apr 16, 2021
·
31 revisions
The bk_db_tools library is a set of tools to very rapidly create a database solution.
Built around:
- a relational database (sqlite, possibly others.)
- python
- .xlsx files (spreadsheets)
bk_db_tools is a hack! That said, it is one of the fastest ways to setup a complete solution. Including repeatable imports and exports, table creation, table pre population, data editing, and reporting.
bk_db_tools is not meant to replace more robust or polished options. Some ideas of where it might be particularly useful:
- Database prototyping
- Business analytics
- Getting raw data to spreadsheet power users
- If you don't have time (or desire) to create a more robust application for your users.
Projects using bk_db_tools