Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SqliteModernCpp/sqlite_modern_cpp
/ connection
Method
connection
hdr/sqlite_modern_cpp.h:429–429 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
427
}
428
429
connection_type connection() const { return _db; }
430
431
sqlite3_int64 last_insert_rowid() const {
432
return sqlite3_last_insert_rowid(_db.get());
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected