Skip to content

Commit d8cca4b

Browse files
committed
Added sqlalchemy intergraion information into docs
1 parent 7a5ac0c commit d8cca4b

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/.vuepress/sidebar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export default sidebar({
7777
children: [
7878
"taskiq",
7979
"opentelemetry",
80+
"sqlalchemy",
8081
],
8182
},
8283
{

docs/integrations/sqlalchemy.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Integration with SQLAlchemy
3+
---
4+
5+
# OTLP-PSQLPy
6+
7+
There is a library for SQLAlchemy support.
8+
Please follow the [link](https://pypi.org/project/psqlpy-sqlalchemy/)

0 commit comments

Comments
 (0)