darksdb-dev
Advanced tools
Comparing version 3.0.0-d0 to 3.0.0-d1
{ | ||
"name": "darksdb-dev", | ||
"version": "3.0.0-d0", | ||
"version": "3.0.0-d1", | ||
"description": "Lightweight API to use in conjunction with MySQL", | ||
@@ -16,3 +16,4 @@ "main": "src/database/darkdb.js", | ||
"dark", | ||
"darkstudios" | ||
"darkstudios", | ||
"backend" | ||
], | ||
@@ -19,0 +20,0 @@ "author": "RealDarkStudios", |
@@ -10,5 +10,3 @@ ### Latest Release: 2.1.3 | ||
- 3.0.0-d0: | ||
- !! New way of making SQL statements: **Builders**, use the DarkDBB.Builder class (documentation coming later, closer to full release) !! | ||
- Still very early in testing, only the stuff to make a full insert system is implementented | ||
- DarkDB IS STILL THERE, and it won't be going anywhere, however | ||
- Add type declarations | ||
@@ -15,0 +13,0 @@ # DarksDB |
import { Pool, Query } from "promise-mysql"; | ||
import { Connection } from "promise-mysql"; | ||
import { DarkDB, DarkDBB } from "./darkdb"; | ||
@@ -55,3 +56,3 @@ const mysql = require('promise-mysql') | ||
namespace DarkDBBuilder { | ||
namespace DarkDBB { | ||
export declare class Builder { | ||
@@ -58,0 +59,0 @@ #statement: string |
563
23781
191