What versions of sqlite3 does tuql support?
See original GitHub issueBecause of a different Issue (https://github.com/bradleyboy/tuql/issues/21) I was forced to install a new version of sqlite3, which is now 4.0.1.
I am getting this error:
alexa@DESKTOP-6C4V66Q C:\Users\alexa\test-tuql
$ yarn tuql kapla.sqlite --graphiql
yarn run v1.7.0
$ C:\Users\alexa\test-tuql\node_modules\.bin\tuql kapla.sqlite --graphiql
> Reading schema from database.sqlite
(node:16452) UnhandledPromiseRejectionWarning: Error: Query fields must be an object with field names as keys or a function which returns such an object.
at invariant (C:\Users\alexa\test-tuql\node_modules\graphql\jsutils\invariant.js:18:11)
at defineFieldMap (C:\Users\alexa\test-tuql\node_modules\graphql\type\definition.js:353:54)
at GraphQLObjectType.getFields (C:\Users\alexa\test-tuql\node_modules\graphql\type\definition.js:310:44)
at typeMapReducer (C:\Users\alexa\test-tuql\node_modules\graphql\type\schema.js:208:25)
at Array.reduce (<anonymous>)
at new GraphQLSchema (C:\Users\alexa\test-tuql\node_modules\graphql\type\schema.js:97:34)
at Promise (C:\Users\alexa\test-tuql\node_modules\tuql\dist\builders\schema.js:243:13)
Could it be that sqlite3 is only supported in major version 3? The actual database is in sqlite version 3.22.0.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Release History Of SQLite
Release History. This page provides a high-level summary of changes to SQLite. For more detail, see the Fossil checkin logs at ...
Read more >SQLite Home Page
What Is SQLite? SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database ...
Read more >SQLite Download Page
32-bit DLL (x86) for SQLite version 3.40. 1. 64-bit DLL (x64) for SQLite version 3.40.
Read more >SQLite Version 3 Overview
This document is a quick introduction to the changes for SQLite 3.0 for users who are already familiar with SQLite version 2.8. Naming...
Read more >SQLite Source Repository
SQLite sources are managed using the Fossil, a distributed version control system that was specifically designed and written to support SQLite development.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
yeah, I am not going to take up the slack as I am only a simple consumer checking out if this could work for me 😐
Please let me know if you still have issues with 1.7.0