Skip to content

Instantly share code, notes, and snippets.

@MichaelDrogalis
Created November 2, 2023 18:06
Show Gist options
  • Save MichaelDrogalis/b86145873e73cd77950ec8b16f54616c to your computer and use it in GitHub Desktop.
Save MichaelDrogalis/b86145873e73cd77950ec8b16f54616c to your computer and use it in GitHub Desktop.
{
"generators": [
{
"table": "users",
"row": {
"name": {
"_gen": "string",
"expr": "#{Name.fullName}"
},
"emoji": {
"_gen": "oneOf",
"choices": [
"👍", "🔥", "❤️"
]
}
}
}
],
"connections": {
"pg": {
"kind": "postgres",
"connectionConfigs": {
"host": "localhost",
"port": 5432,
"db": "mydb"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment