sqlmancer icon indicating copy to clipboard operation
sqlmancer copied to clipboard

Conjure SQL from GraphQL queries 🧙🔮✨

Results 63 sqlmancer issues
Sort by recently updated
recently updated
newest added

I'm running into an issue with the `orderBy` statement on a query. Fairly certain this is a bug with the type definitions since the code works correctly and is cribbed...

bug

According to npmjs. Switching packages involves some migration tasks. [Details here](https://www.graphql-tools.com/docs/migration-from-toolkit/).

dependencies

There's a number of naming conventions that could potentially be made configurable: - Argument names like `where`, `orderBy`, `limit` and `offset` - Logical operator field names like `and`, `or` and...

enhancement

Sqlmancer should provide a way to enforce maximum values when calling the `limit` method, as well as a default limit value that could be set if the method is never...

enhancement
good first issue

The `@sqlmancer` directive could accept a list configuration objects instead of just one, allowing the generation of multiple database clients. This would be useful for projects that utilize more than...

enhancement

The library currently makes use of schema directives for both transforming the schema and providing metadata about the underlying database. This works well enough, but will make it difficult to...

enhancement

Hi! I'm interested in exploring and discussing what it'd take to implement the `Node` interface (and with that globally unique IDs) in Sqlmancer. This + connection based pagination would ultimately...

enhancement

Sqlmancer looks great, but one missing functionality that would prevent me from adopting it is the lack of [relay-compatible connection definition and pagination](https://relay.dev/graphql/connections.htm). Unless I am missing something in the...

enhancement

Following 'Getting Started' documentation, I'm getting error ``` (node:868) UnhandledPromiseRejectionWarning: Error: Unknown argument "dialect" on directive "@sqlmancer". Unknown argument "table" on directive "@model". Unknown argument "pk" on directive "@model". ```...

enhancement

Add sysbase support

enhancement