The tooling around graphql is quite big and it’s e...
# prisma-whats-new
q
The tooling around graphql is quite big and it’s easy to get lost… do you now any tools/ways to easily seed a db? I’m working localy with the docker provided by graphcool-framework
👍 1
n
I've seen many developers use this successfully to seed data into GCF: https://github.com/neo4j-graphql/graphql-cli-load
q
Thanks I’ll check it. I think I’ve seen you using knex in some project at github it also seems like a good option with the migration/rollback features.
will i have access to the db in docker from the host (are to ports forwarded properly)?