Simple Python CRUD Tool

Warning

Current implementation only supports *Postgres, MysQL, SQLite*, but support for all other major RDBMS will follow soon.

Overview

Web based DB CRUD application with intuitive UI for all CRUD feature along with below addons:

  • Auto discovery of tables from database schema. Also allow not to list specific table using patterns.

  • Granular column based search capability.

  • CSV based download of data.

  • CSV based asynchronous bulk insert.

  • Audit for all operation with change tracking capability.

  • Authentication and new user registration support.

  • Role based authorization to specific operations.

  • Email based notification support for specific operations.

Installation

Steps for quick start and complex deployments are documented at LINK

Configuration

Detail process to configure the application is documented at LINK

Note

Before you start the application after installation you will need to configure it, with no configuration you can do nothing.

Usage

You can also have a look on the usage guide, specially the basic walk through at LINK

Bug Report and Support

Use GitHub issue tracking system for issues, check out details at this LINK

Contribute

We’d love to get contributions from you! So start making your pull request. DETAILS

Contents:

Indices and tables