sage/py3/lib/python3.10/site-packages/sqlor/aiopostgresqlor.py

11 lines
170 B
Python

from .postgresqlor import PostgreSQLor
class AioPostgresqlor(PostgreSQLor):
@classmethod
def isMe(self,name):
return name=='aiopg'
async def commit(self):
pass