blitzdb icon indicating copy to clipboard operation
blitzdb copied to clipboard

Add SQL Backend

Open adewes opened this issue 10 years ago • 0 comments

Currently, Blitz supports a file-based backend and a MongoDB backend. We want to add a SQL backend using SQLAlchemy so that people can use Blitz in conjunction with Postgres, MySQL, SQLite and many other SQL databases!

  • Create a new backend folder: sql
  • Write a SQL backend that implements all necessary functionality (filter, get, delete, ...)
  • Add the backend to the test suite and, if necessary, add additional tests

adewes avatar Apr 22 '14 22:04 adewes