Development documentation · 0.2.3 30c2f8ba · Intro examples tested with 0.2.3 · Version details · Known limitations

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)#

Write a time series into a SQLite connection and return its id.

gwexpy.interop.sqlite_.from_sqlite(cls, conn, series_id)#

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