Kun Li

Results 1 issues of Kun Li

My python code `engine = create_engine('rqlite+pyrqlite://localhost:4001/')` At the beginning, it can work properly. When I restart rqlited, the engine becomes unavailable.Until I run create_engine again, it work properly. Is this...