What's Changed
This release includes a fix for an issue when opening OasysDB database from within another Tokio runtime. The source of this issue is the connection validation method inside of the open method which creates a new Tokio runtime to execute the method. This issue is solved by removing the connection validation method and trusting that the user will provide a valid SQL connection.