Skip to content

Instantly share code, notes, and snippets.

@Hkazanci93
Created December 8, 2021 19:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hkazanci93/4f2f1d67047efddf06254ffb40a52d81 to your computer and use it in GitHub Desktop.
Save Hkazanci93/4f2f1d67047efddf06254ffb40a52d81 to your computer and use it in GitHub Desktop.
let album = repository.createEntity()
album.artist = "Mushroomhead"
album.title = "The Righteous & The Butterfly"
album.year = 2014
await repository.save(album)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment