Skip to content

Instantly share code, notes, and snippets.

@loiclefevre
Created April 28, 2023 16:56
Show Gist options
  • Save loiclefevre/011b836f7c3bbcaa945a3eaefbcf2489 to your computer and use it in GitHub Desktop.
Save loiclefevre/011b836f7c3bbcaa945a3eaefbcf2489 to your computer and use it in GitHub Desktop.
import-javascript-es-modules-l.sql
-- Generate a JSON document containing random information for a person
select chance.template( json { 'name': 'name', 'age': 'age', 'address': 'address' } );
CHANCE.TEMPLATE(JSON{'NAME':'NAME','AGE':'AGE','ADDRESS':'ADDRESS'})
_______________________________________________________________________
{"address":"1904 Luwe Ridge","age":38,"name":"Cory Hopkins"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment