FlyDB
FlyDB copied to clipboard
When DB process forced stop
When the DB process is forcibly killed and the close method is not executed properly, this is not an ideal result. We need to support abnormal shutdown and restart the DB to work normally.
I am trying fix it
After setting goos to linux in the Windows environment, the syscall package still cannot be called. I hope to change the syscall to a cross-platform library. Can syscall be replace by other library?