Created
August 11, 2021 12:57
-
-
Save renato425/b0661bf15c0179f22395f8626146a5e2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//caso você queira criar um objeto e depois salvar... método 1 | |
db.set('object', {}).set('dentrodo', 'objeto') | |
//método 2 | |
db.set('object', { | |
dentrodo: 'objeto' | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment