FluxQL icon indicating copy to clipboard operation
FluxQL copied to clipboard

FluxQL is a GraphQL migration assistance tool that empowers developers to build GraphQL schemas by introspecting existing PostGreSQL databases, all without writing any code.

Results 1 FluxQL issues
Sort by recently updated
recently updated
newest added

Hi, Iam trying to load my db schema to generate graphql schemas. My db url is not working. This is how my url looks like. `postgres://username:password@hostname:5432/dbname` Please suggest me if...