sqlalchemy-dao icon indicating copy to clipboard operation
sqlalchemy-dao copied to clipboard

Simple wrapper for sqlalchemy.

Results 2 sqlalchemy-dao issues
Sort by recently updated
recently updated
newest added

在mysqlbinlog里没有找到对应的sql执行记录,但是确定逻辑已经走到了,但是偶然会被丢失掉,而且尝试捕捉异常,然而并没有发现。我换成原生的sql来操作,是没有问题的。请问有没有遇到过???

Hi, It would be great to make it possible to pass keyword arguments for` create_engine` into `Dao __init__` . For example passing `echo=True` for debugging purposes. Please let me know...