gwexpy.interop.sqlite_

SQLite interop helpers.

Functions

from_sqlite(cls, conn, series_id)

Read a time series from a SQLite connection by series id.

to_sqlite(ts, conn[, series_id, overwrite])

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.