/
githubmirror
/
ydb-sqlalchemy
Обзор
Документация
Войти
/
githubmirror
/
ydb-sqlalchemy
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/api/index.rst
52 строки
889 B
Oleg Ovcharuk
Basic dialect docs (#92)
22 окт 2025, 17:08
Не верифицирован
22 окт 2025, 17:08
32d733d
Код
Авторство
О чём код?
API Reference ============= This section contains the complete API reference for YDB SQLAlchemy. Core Module ----------- .. automodule:: ydb_sqlalchemy.sqlalchemy :members: :undoc-members: :show-inheritance: Types Module ------------ .. automodule:: ydb_sqlalchemy.sqlalchemy.types :members: :undoc-members: :show-inheritance: DateTime Types -------------- .. automodule:: ydb_sqlalchemy.sqlalchemy.datetime_types :members: :undoc-members: :show-inheritance: JSON Types ---------- .. automodule:: ydb_sqlalchemy.sqlalchemy.json :members: :undoc-members: :show-inheritance: Compiler Module --------------- .. automodule:: ydb_sqlalchemy.sqlalchemy.compiler :members: :undoc-members: :show-inheritance: DML Operations -------------- .. automodule:: ydb_sqlalchemy.sqlalchemy.dml :members: :undoc-members: :show-inheritance: