duckdb_engine 源码
duckdb_engine 非常非常非常基本的针对dbdb的sqlalchemy驱动程序 安装此软件包后,您应该就可以使用它了,因为sqlalchemy会执行python路径搜索 from sqlalchemy import Column , Integer , Sequence , String , create_engine from sqlalchemy . ext . declarative import declarative_base from sqlalchemy . orm . session import Session Base = declarative_base () class FakeModel ( Base ): # type: ignore __tablename__ = "fake" id = Column ( Integer , Se
文件列表
duckdb_engine-master.zip
(预估有个15文件)
duckdb_engine-master
mypy.ini
37B
.github
dependabot.yml
106B
workflows
pythonapp.yaml
1KB
codeql-analysis.yml
3KB
poetry.lock
46KB
README.md
787B
.pre-commit-config.yaml
1KB
暂无评论