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
A javascript library to run SQLite on the web.
-
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
A Javascript library for building SQL queries
-
Updated
Jan 5, 2019 - JavaScript
StarHackIt: React/Native/Node fullstack starter kit with authentication and authorisation, data backed by SQL.
-
Updated
Aug 26, 2020 - JavaScript
-
Updated
Aug 1, 2020 - JavaScript
Countries, Languages & Continents data (capital and currency, native name, calling codes).
-
Updated
Jul 25, 2020 - JavaScript
A whitespace formatter for different query languages
-
Updated
Jul 16, 2020 - JavaScript
Make ORMs great again!
-
Updated
Aug 7, 2020 - JavaScript
User-friendly query builder for React
-
Updated
Aug 26, 2020 - JavaScript
A complete IndexedDB wrapper with SQL like syntax.
-
Updated
Jul 30, 2020 - JavaScript
A javascript library providing a new data structure for datascientists and developpers
-
Updated
Jun 5, 2020 - JavaScript
-
Updated
Apr 18, 2020 - JavaScript
-
Updated
Jun 17, 2020 - JavaScript
Client and server-side state management library
-
Updated
Nov 5, 2018 - JavaScript
Lightweight SQL query builder
-
Updated
Jul 18, 2020 - JavaScript
Migration generator && runner for sequelize
-
Updated
Jul 28, 2020 - JavaScript
New version based on vert.x and docker
-
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