issues
search
dbos-inc
/
dbos-transact-py
Ultra-Lightweight Durable Execution in Python
https://docs.dbos.dev
MIT License
244
stars
7
forks
source link
Update hello template to use SQLAlchemy core
#74
Closed
devhawk
closed
2 months ago
devhawk
commented
2 months ago
Other Changes:
manually expand template expressions instead of using mako.
Mako uses the same
${}
expression syntax as we do in dbos-config.
updated code still uses
${}
but ignores expressions that don't have known variable names (mako throws in that case)
add
--template
option to
dbos init
rename template
$package
folder to
__package
to make mypy happy
Other Changes:
${}
expression syntax as we do in dbos-config.${}
but ignores expressions that don't have known variable names (mako throws in that case)--template
option todbos init
$package
folder to__package
to make mypy happy