This website requires JavaScript.
Explore
Help
Sign In
opensource
/
dify
mirror of
https://github.com/langgenius/dify.git
Watch
2
Star
0
Fork
You've already forked dify
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
58db0fac36
dify
/
api
/
extensions
/
ext_database.py
8 lines
101 B
Python
Raw
Blame
History
from
flask_sqlalchemy
import
SQLAlchemy
db
=
SQLAlchemy
(
)
def
init_app
(
app
)
:
db
.
init_app
(
app
)
Reference in New Issue
View Git Blame
Copy Permalink