Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
ssdspoimdsjvv
1y ago
0 comments
Save
Share
Does SQLite have sequences yet?
0 comments
1 comments · 1 top-level
top
newest
oldest
immibis
1y ago
Sqlite only has automatically assigned row ID. You can type a column as "integer primary key" to make it an alias for the row ID, or use ROWID directly (not recommended for compatibility).
j
/
k
navigate · click thread line to collapse