Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Databases have built-in features for this now. What the author is talking about is a regular table.

In reality, that wasn't too unusual to see because frameworks would use that technique because it's a lowest common denominator across RDMS.



Does SQLite have sequences yet?


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).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: