databases
databases copied to clipboard
Name change?
This might sound trivial, but...
I am rushing to complete a FastAPI-based project before the funding for this current project runs out, and I need to implement some database functionality, which for legacy and project reasons we have decided to implement with raw SQL rather than use an ORM.
I saw this project mentioned in the FastAPI docs and it looks good, but... though the docs look OK, it's very hard to find any other information about it because of its name: "databases".
What results do you think you would get if you Googled "FastAPI databases" or "python databases"? Nothing much to do with this project, although to be fair the PyPI link is the top hit for me - though maybe that's because Google has learned what I'm looking for.
The same, I imagine, for your ORM project called, er.... "orm"!
Partly because of this, and the tight timescale I'm on, I've decided to use SQLAlchemy instead.
Perhaps some slightly more imaginative names for these projects might facilitate community discussion about them? Just an idea.
Suggestions?
Suggestions?
- asdatabases
- aiodb
aiodb is a good name, but unfortunately it is already taken on pypi.