sqlalchemy.engine.result RowProxy Example Code

RowProxy is a class within the sqlalchemy.engine.result module of the SQLAlchemy project.

ResultMetaData is another callable from the sqlalchemy.engine.result package with code examples.

Example 1 from databases

databases (project homepage and PyPI page provides asyncio support with an SQLALchemy Core interface for common relational databases such as MySQL, PostgreSQL and SQLite. This is handy for integrating with asynchronous I/O web frameworks like Sanic. The project is open sourced under the BSD 3-Clause "New" or "Revised" License.

databases / databases / backends / sqlite.py