Skip to content
SunnysideAaron edited this page Apr 16, 2021 · 31 revisions

bk_db_tools (Bam Kaplam's Database Tools)

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.

Installation

Reference Guide

How-to guides

Development Notes

Changelog

Projects using bk_db_tools