You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the database connection is used/stored directly within the object, we can not save/load the object. Instead of keeping the active database connection within the object it might be better to use, similar to the MsBackendOfflineSql just the connection information and connect to the database on demand.
The text was updated successfully, but these errors were encountered:
- Add support to store the database file name in the object instead of the
active connection to the database. This allows to serialize/deserialize
`CompDb` and `IonDb` classes (and would even support parallel processing). For
SQLite databases this is now the default. Issue #112.
- Add brackets `()` for all functions in the documentation.
When the database connection is used/stored directly within the object, we can not save/load the object. Instead of keeping the active database connection within the object it might be better to use, similar to the
MsBackendOfflineSql
just the connection information and connect to the database on demand.The text was updated successfully, but these errors were encountered: