tokio-rs / rdbc

Rust DataBase Connectivity (RDBC) :: Common Rust API for database drivers
Apache License 2.0
566 stars 25 forks source link

Enable retrieval of Auto Generated Keys #39

Open jonathanvx opened 4 years ago

jonathanvx commented 4 years ago

Allow the driver the ability to fetch the last generated key from the database.

In MySQL it would use SELECT LAST_INSERT_ID()