mickhansen / graphql-sequelize

GraphQL & Relay for MySQL & Postgres via Sequelize
MIT License
1.9k stars 172 forks source link

adding sql lite for the counts #657

Closed corbanb closed 5 years ago

corbanb commented 5 years ago

allow counts for sqlite queries.

this will help with test runners using sqlite

corbanb commented 5 years ago

anyone know what I need to do for the tests to use sqlite? also not sure why this would even fail if its not running sqlite in the test suite 👎

mickhansen commented 5 years ago

Failure is unrelated, there's a wonky non-deterministic test that fails here and there.

mickhansen commented 5 years ago

Ill merge this but just keep in mind this library does not support sqlite specifically.

mickhansen commented 5 years ago

v9.3.4