Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/sqlalchemy/future/engine.py: 100%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

4 statements  

1# future/engine.py 

2# Copyright (C) 2005-2024 the SQLAlchemy authors and contributors 

3# <see AUTHORS file> 

4# 

5# This module is part of SQLAlchemy and is released under 

6# the MIT License: https://www.opensource.org/licenses/mit-license.php 

7"""2.0 API features. 

8 

9this module is legacy as 2.0 APIs are now standard. 

10 

11""" 

12 

13from ..engine import Connection as Connection # noqa: F401 

14from ..engine import create_engine as create_engine # noqa: F401 

15from ..engine import Engine as Engine # noqa: F401