(ctx context.Context, query string, args ...any)
| 361 | QueryContext(ctx context.Context, query string, args ...any) (*sql.Rows, error) |
| 362 | QueryRowContext(ctx context.Context, query string, args ...any) *sql.Row |
| 363 | ExecContext(ctx context.Context, query string, args ...any) (sql.Result, error) |
| 364 | } |
| 365 | |
| 366 | // SQLiteSessionStore implements Store using SQLite |
no outgoing calls