Packages
SqlStat
SqlSelectStat
SqlInsertStat
SqlUpdateStat
SqlDeleteStat
Cursor
Installation
Notebook
neuralib.argp
neuralib.imaging
neuralib.tracking.facemap
neuralib.model.rastermap
neuralib.segmentation
neuralib.atlas
neuralib.plot
Roadmap
neuralib.sqlp.stat.Cursor
Bases: Generic[T]
Generic
T
A SQL cursor wrapper.
It will try to cast to T from the tuple returns.
connection (Connection)
cursor (sqlite3.Cursor)
table (type[T])
fetch all results.
list[T]
fetch the first result.
T | None
DataFrame