gwexpy.interop.sqlite_
SQLite interop helpers.
Functions
|
Read a time series from a SQLite connection by series id. |
|
Write a time series into a SQLite connection and return its id. |
- gwexpy.interop.sqlite_.to_sqlite(ts, conn, series_id=None, overwrite=False)[source]
Write a time series into a SQLite connection and return its id.
- gwexpy.interop.sqlite_.from_sqlite(cls, conn, series_id)[source]
Read a time series from a SQLite connection by series id.