Skip to content

Instantly share code, notes, and snippets.

@loiclefevre
Created April 28, 2023 16:56
Show Gist options
  • Save loiclefevre/caa74f8f1b4c3add4e196496aca58c06 to your computer and use it in GitHub Desktop.
Save loiclefevre/caa74f8f1b4c3add4e196496aca58c06 to your computer and use it in GitHub Desktop.
import-javascript-es-modules-k.sql
-- Generate a JSON document containing tags as an array of 3 words
select chance.template( json {'tags': ['word', 3]} );
CHANCE.TEMPLATE(JSON{'TAGS':['WORD',3]})
___________________________________________
{"tags":["ehugu","luf","fiksojuh"]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment