1.Dd January 24, 2024 2.Dt SQLITE3_SESSION 3 3.Os 4.Sh NAME 5.Nm sqlite3_session 6.Nd session object handle 7.Sh SYNOPSIS 8.In sqlite3.h 9.Vt typedef struct sqlite3_session sqlite3_session; 10.Sh DESCRIPTION 11An instance of this object is a session that can be used to 12record changes to a database. 13.Sh IMPLEMENTATION NOTES 14These declarations were extracted from the 15interface documentation at line 10937. 16.Bd -literal 17typedef struct sqlite3_session sqlite3_session; 18.Ed 19