SQL
SQL stands for structured query language. It uses commands such as "select", "insert", "update", "delete". Some common relational database management systems that use SQL are: Oracle, MySQL, Microsoft SQL Server, PostgreSQL, etc.
Here are 1,193 public repositories matching this topic...
Environment
Knex version: 0.21.1
OS: docker node:latest
I'd like to be able to write my migrations (and seed) files as es modules with the .mjs file extension like I'm doing with all my other javascript files.
I'd like to be able to run these migrations from within node (not via the cli) like this:
db/migrations/00001-users-table.mjs:
export const up = knex => knex.sche
-
Updated
Aug 22, 2020 - JavaScript
Hi,
First of all, thank you all for Falcon. It's awesome.
However, it looks like the Apache Drill connector only works with S3 buckets. Nonetheless, Drill itself is able to query from lots of other places (such as a local filesystem, HDFS, MongoDB...).
Adding generic support for Apache Drill (without the need for S3 credentials) would be great. It would expand Falcon capabilities a lot
-
Updated
Jul 30, 2020 - JavaScript
It looks like there are hints at connecting directly with a socket path https://github.com/beekeeper-studio/beekeeper-studio/blob/9ff3131030057364f31f3034677fc0f6a9bd48b5/src/lib/connection-provider.js#L23
But there does not appear to be anything in the UI to indicate
-
Updated
Jan 5, 2019 - JavaScript
-
Updated
Aug 26, 2020 - JavaScript
-
Updated
Aug 1, 2020 - JavaScript
-
Updated
Jul 25, 2020 - JavaScript
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Aug 7, 2020 - JavaScript
-
Updated
Aug 26, 2020 - JavaScript
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Jun 5, 2020 - JavaScript
-
Updated
Apr 18, 2020 - JavaScript
-
Updated
Jun 17, 2020 - JavaScript
-
Updated
Nov 5, 2018 - JavaScript
-
Updated
Jul 18, 2020 - JavaScript
-
Updated
Jul 28, 2020 - JavaScript
-
Updated
May 31, 2020 - JavaScript
Issue Description
While using model.bulkCreate, as we pass the options, an object which contains transaction, it comes modified after the execution
What are you doing?
We have called bulk