This website requires JavaScript.
Explore
Help
Register
Sign In
trustchain-oc1-orchestral
/
devicehub-teal
Archived
Watch
10
Star
0
Fork
You've already forked devicehub-teal
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2024-05-31
. You can view files and clone it, but cannot push or open issues or pull requests.
af885c2aec
devicehub-teal
/
ereuse_devicehub
/
db.py
4 lines
86 B
Python
Raw
Normal View
History
Unescape
Escape
Update to functional endpoint
2018-04-27 17:16:43 +00:00
from
teal
.
db
import
SQLAlchemy
Prototyping
2018-04-10 15:06:39 +00:00
Add Tag support; sync with tags; use SQLAlchemy's collection_class; set autoflush to false
2018-05-30 10:49:40 +00:00
db
=
SQLAlchemy
(
session_options
=
{
"
autoflush
"
:
False
}
)
Reference in a new issue
Copy permalink