BeeSQL2: Pythonic SQL Library!

Introduction

BeeSQL2 is a SQL abstraction library targetting python that helps,

  • Minimize repetitive steps in Python DB-API.
  • Use python methods for SQL generation.
  • Map SQL to Python datastructures.

BeeSQL2 is not an ORM.

Currently BeeSQL supports following databases.

  • MySQL