CouchDB - How to replace an SQL Auto-Value, Auto-Increment or DB-Sequence with CouchDB Views?
Friday, den 30. April 2010Learning CouchDB for a SQL educated person is sometimes a bit tricky because things are solved so different. So happened to me.
Currently I am trying to create a simple invoicing app based on CouchDB. When creating invoices you might want to have a straight integer sequence to acts as invoice numbers. In a RDBM this […]