Just like in MYSQL, I want an incrementing ID.
While auto increment is not supported, you can easily implement your own little class for issuing incremental values.
I needed that feature myself, so I wrote a small class in php. I wrote about it on my blog, here, take a look here