Database
A database is a structured set of data held in a computer, most often a server. Databases use a database management system (DBMS) that interacts with users, similar to a lookup table. Modern databases are designed to allow for creation, querying, updating, and administration of the data it holds.
Here are 2,316 public repositories matching this topic...
-
Updated
Oct 1, 2021 - JavaScript
Simple to use local JSON database (supports Node, Electron and the browser)
-
Updated
Sep 28, 2021 - JavaScript
An open source cybersecurity protocol for syncing decentralized graph data.
-
Updated
Sep 22, 2021 - JavaScript
-
Updated
Oct 1, 2021 - JavaScript
-
Updated
Oct 1, 2021 - JavaScript
-
Updated
Oct 3, 2021 - JavaScript
A javascript library to run SQLite on the web.
-
Updated
Sep 30, 2021 - JavaScript
Is there a way to export / import(restore) database.
I read the docs of dexie-export-import thoroughly, however I didn't find a way how to add onto the current database when importing the data. It either completely replaces the whole table or merges and overwrites any row with the same id.
What I'd like to do is to import the data with new id's, while keeping the old data in the table intact.
A simple Node.js ORM for PostgreSQL, MySQL and SQLite3 built on top of Knex.js
-
Updated
Sep 8, 2021 - JavaScript
Peer-to-Peer Databases for the Decentralized Web
-
Updated
Oct 3, 2021 - JavaScript
A client-side server to build, test and share your JavaScript app
-
Updated
Oct 1, 2021 - JavaScript
-
Updated
Sep 1, 2021 - JavaScript
adminMongo is a Web based user interface (GUI) to handle all your MongoDB connections/databases needs.
-
Updated
Sep 17, 2021 - JavaScript
-
Updated
Sep 19, 2021 - JavaScript
Web tool for database management
-
Updated
Dec 28, 2020 - JavaScript
Hi, First and foremost, I think this is a great start at making something really simple and effective. Thank you!!
However... I have always found template strings a little odd especially in this context.
Let us say we have
const query = `SELECT ${distinct}, ${columns} FROM ${table} ${innerJoins} WHERE ${where}`;
(Where distinct, columns, table etc are their own strings made up of other
Oracle Database driver for Node.js maintained by Oracle Corp.
-
Updated
Jul 31, 2021 - JavaScript
Create secure and private web apps using only static JavaScript, HTML, and CSS.
-
Updated
Sep 29, 2021 - JavaScript
JS Search is an efficient, client-side search library for JavaScript and JSON objects
-
Updated
Oct 19, 2020 - JavaScript
MongoDB Shell Enhancements for Hackers
-
Updated
Dec 2, 2020 - JavaScript
-
Updated
Sep 11, 2021 - JavaScript
用React和Ant Design搭建的一个通用管理后台
-
Updated
Jun 28, 2017 - JavaScript
A recipe with Mocha
Clone the example app, only use Mocha instead of Jest
Before picking this issue, it's recommended to have a short tech planning chat here and only then upon sync to get up to speed.
Enrich our DB model
Pgtune - tuning PostgreSQL config by your hardware
-
Updated
Sep 30, 2021 - JavaScript
DataStax Node.js Driver for Apache Cassandra
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Feb 25, 2021 - JavaScript
- Wikipedia
- Wikipedia


Hi, I'm trying to read a CSV file like this (
;,delimiters):What happens: semicolon from the first line does not become the main separator, the comma from the second line does and it breaks the file's logic.
Code that reads:
Result