You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello @perak. I'm trying to use postgresql in the backend (because all the bussines rules are there), and replace the Mongo's newId by reading in a pg sequence an int value, but "example-invoices" I must retain the invoices id due to link with invoice_item. how do you think you could do that?
thanks in advance!
The text was updated successfully, but these errors were encountered:
@catware I didn't play with postgresql in combination with meteor, so I cannot help a lot. Maybe you should write some id (not primary key) amd read inserted record searching that key - then you'll get primary key generated by postgres...
hello @perak. I'm trying to use postgresql in the backend (because all the bussines rules are there), and replace the Mongo's newId by reading in a pg sequence an int value, but "example-invoices" I must retain the invoices id due to link with invoice_item. how do you think you could do that?
thanks in advance!
The text was updated successfully, but these errors were encountered: