awesome-sqlalchemy icon indicating copy to clipboard operation
awesome-sqlalchemy copied to clipboard

A curated list of awesome tools for SQLAlchemy

Results 14 awesome-sqlalchemy issues
Sort by recently updated
recently updated
newest added

There are small typos in: - README.rst Fixes: - Should read `multiple` rather than `muliple`. - Should read `interfacing` rather than `iterfacing`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

Add SqlModel to thin abstractions, it's not that thin but that's the best location I can find to add it in.

Hi, I'm the author of https://github.com/maarten-dp/fast-alchemy which is a tool to **create** SQLA models and instances using YAML. Its main goals are: - Building fast testcases for libraries that build...

I suggest adding this one: Query Helper: [MongoSQL](https://github.com/kolypto/py-mongosql/) is a JSON query engine that lets you execute MongoDB-like queries on your SQL database. The primary goal is to save the...

Elastic search integration help? I'm looking for a good integration with elasticsearch but have not found it anywhere. Do you guys know of a good tutorial or example? I'm looking...

I'm not sure which section [sqlacodegen](https://pypi.python.org/pypi/sqlacodegen) should go in, but I would like to think it deserves a mention.