db2graphql
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ const knex = require('knex'); |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ # Create user |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ const knex = require('knex'); |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ # Create user |
@@ -0,0 +0,0 @@ const doop = require('jsdoc/util/doop'); |
@@ -0,0 +0,0 @@ The default template for JSDoc 3 uses: [the Taffy Database library](http://taffydb.com/) and the [Underscore Template library](http://underscorejs.org/). |
@@ -0,0 +0,0 @@ /*global document */ |
PR.registerLangHandler(PR.createSimpleLexer([["pln",/^[\t\n\f\r ]+/,null," \t\r\n"]],[["str",/^"(?:[^\n\f\r"\\]|\\(?:\r\n?|\n|\f)|\\[\S\s])*"/,null],["str",/^'(?:[^\n\f\r'\\]|\\(?:\r\n?|\n|\f)|\\[\S\s])*'/,null],["lang-css-str",/^url\(([^"')]*)\)/i],["kwd",/^(?:url|rgb|!important|@import|@page|@media|@charset|inherit)(?=[^\w-]|$)/i,null],["lang-css-kw",/^(-?(?:[_a-z]|\\[\da-f]+ ?)(?:[\w-]|\\\\[\da-f]+ ?)*)\s*:/i],["com",/^\/\*[^*]*\*+(?:[^*/][^*]*\*+)*\//],["com", | ||
/^(?:<\!--|--\>)/],["lit",/^(?:\d+|\d*\.\d+)(?:%|[a-z]+)?/i],["lit",/^#[\da-f]{3,6}/i],["pln",/^-?(?:[_a-z]|\\[\da-f]+ ?)(?:[\w-]|\\\\[\da-f]+ ?)*/i],["pun",/^[^\s\w"']+/]]),["css"]);PR.registerLangHandler(PR.createSimpleLexer([],[["kwd",/^-?(?:[_a-z]|\\[\da-f]+ ?)(?:[\w-]|\\\\[\da-f]+ ?)*/i]]),["css-kw"]);PR.registerLangHandler(PR.createSimpleLexer([],[["str",/^[^"')]+/]]),["css-str"]); |
@@ -0,0 +0,0 @@ var q=null;window.PR_SHOULD_USE_CONTINUATION=!0; |
var db2g = require('./src/db2g'); | ||
module.exports = db2g; |
{ | ||
"name": "db2graphql", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "Generate Graphql schema based on existing relational database", | ||
@@ -32,3 +32,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"apollo-server": "^2.18.2", | ||
"apollo-server": "^3.10.0", | ||
"coveralls": "^3.1.0", | ||
@@ -38,3 +38,3 @@ "graphql": "^15.3.0", | ||
"jest": "^26.6.1", | ||
"jsdoc": "^3.6.6", | ||
"jsdoc": "^3.6.11", | ||
"knex": "^0.21.7", | ||
@@ -41,0 +41,0 @@ "mysql": "^2.18.1", |
@@ -0,0 +0,0 @@ <p align="center"> |
@@ -0,0 +0,0 @@ const hash = require('string-hash-64'); |
@@ -0,0 +0,0 @@ const hash = require('string-hash-64'); |
@@ -0,0 +0,0 @@ const PostgreSQL = require('../src/adapters/postgres'); |
@@ -0,0 +0,0 @@ const utils = require('../utils/utils'); |
@@ -0,0 +0,0 @@ const utils = require('../utils/utils'); |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ const Mysql = require('../../src/adapters/mysql'); |
@@ -0,0 +0,0 @@ const PostgreSQL = require('../../src/adapters/postgres'); |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ const db2g = require('../src/db2g'); |
@@ -0,0 +0,0 @@ const Compiler = require('../../src/graphql/compiler'); |
@@ -0,0 +0,0 @@ const Resolver = require('../../src/graphql/resolver'); |
@@ -0,0 +0,0 @@ const { toCamelCase } = require('../../src/utils/utils'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1435642