開発版ドキュメント · 0.2.3 30c2f8ba · 入門例の検証対象 0.2.3 · 版情報 · 既知の制限

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.