dscarpetti / codax

An idiomatic transactional embedded database for clojure
Eclipse Public License 1.0
179 stars 9 forks source link

Created a function 'next-id!' which generates next available autoincremented ID for the specified entity #22

Open dbushenko opened 6 years ago

dbushenko commented 6 years ago

Usually we need to insert the entity using a unique ID for it. Function 'next-id!' generates such ID.