|
|
|
|
|
by sgarland
4 days ago
|
|
Every DB, even MySQL can return the autoincrementing integer for you as part of the insert. Postgres, SQLite, and MariaDB (likely others, I’m just not familiar) can even return the rest of the data, should you need that. IME, most of the arguments for why UUIDs make things better are due to developer ignorance of RDBMS features (or B+tree performance). |
|