1602 / jugglingdb

Multi-database ORM for nodejs: redis, mongodb, mysql, sqlite3, postgresql, arango, in-memory...
http://1602.github.io/jugglingdb/
2.04k stars 241 forks source link

Autoincrement for Number fields? #352

Closed marcelklehr closed 10 years ago

marcelklehr commented 10 years ago

Is there a way to specify that a field of type Number should be automatically incremented for new entries?

anatoliychakkaev commented 10 years ago

Currently there's no way to specify that.

On Sun, Dec 22, 2013 at 10:03 PM, Marcel Klehr notifications@github.comwrote:

Is there a way to specify that a field of type Number should be automatically incremented for new entries?

— Reply to this email directly or view it on GitHubhttps://github.com/1602/jugglingdb/issues/352 .

1602 commented 10 years ago

Adapter specific feature.