This commit is contained in:
parent
d51ad10864
commit
f8aa601fcf
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ Supported Databses:
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
import { DB } from "dblang";
|
import { DB } from "dblang";
|
||||||
const db = new DB({
|
const db = new DB();
|
||||||
|
db.connect({
|
||||||
host: "localhost",
|
host: "localhost",
|
||||||
user: "root",
|
user: "root",
|
||||||
password: "0123456789",
|
password: "0123456789",
|
||||||
|
|
Loading…
Reference in a new issue