When working with databases in Python, are you writing code like this? sql = "SELECT * FROM users WHERE id = %s" % user_id ...
This Atlas provider is based on the official atlas-provider-sqlalchemy but additionally allows defining database entities beyond tables directly in Python code without using workarounds like Composite ...