Add pydblite dialect

Issue #3723 closed
Z M created an issue

I don't know how people will feel about this idea. But, I think SqlAlchemy should support a pure python database. There are certain python environments that wont support sqlite and it can be very costly to deploy another database in.

Having a consistent API (SqlAlchemy), would allow a projected deployed in such a restricted environment to take advantage of the great features of SqlAlachemy and allow simple porting to another environment (with a better database back-end) if/when the project outgrows it.