File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 1
1
# YDB Dialect for SQLAlchemy
2
2
---
3
+ [ ![ PyPI version] ( https://badge.fury.io/py/ydb-sqlalchemy.svg )] ( https://badge.fury.io/py/ydb-sqlalchemy )
3
4
[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://github.com/ydb-platform/ydb-sqlalchemy/blob/main/LICENSE )
4
5
[ ![ Functional tests] ( https://github.com/ydb-platform/ydb-sqlalchemy/actions/workflows/tests.yml/badge.svg )] ( https://github.com/ydb-platform/ydb-sqlalchemy/actions/workflows/tests.yml )
5
6
[ ![ Style checks] ( https://github.com/ydb-platform/ydb-sqlalchemy/actions/workflows/style.yml/badge.svg )] ( https://github.com/ydb-platform/ydb-sqlalchemy/actions/workflows/style.yml )
@@ -10,6 +11,15 @@ This repository contains YQL dialect for SqlAlchemy 2.0.
10
11
11
12
12
13
## Installation
14
+
15
+ ### Via PyPI
16
+ To install ydb-sqlalchemy from PyPI:
17
+
18
+ ``` bash
19
+ $ pip install ydb-sqlalchemy
20
+ ```
21
+
22
+ ### Installation from source code
13
23
To work with current ydb-sqlalchemy version clone this repo and run from source root:
14
24
15
25
``` bash
You can’t perform that action at this time.
0 commit comments