@dkaframework/database
TypeScript icon, indicating that this package has built-in type declarations

1.2.7 • Public • Published

@dkaframework/database

GitHub last commit GitHub contributors GitHub pull requests GitHub issues GitHub repo size GitHub version

Features

@dkaframework/database combines other frameworks into a framework and can be used practically to create your project. It consists of:

Simple and convenient API

Sample code:

import {MariaDB} from "@dkaframework/database";

(async() => {
    let db = await new MariaDB({
        host : "127.0.0.1", // Options.HOST.WILDCARD
        port: 3306,
        ... // Optional Config if you change engine type
    });
    
    db.Read(tableName, {
        search : [],
        limit : 1
    }).then(async (resultData) => {
        // the result Read Database
    }).catch(async (error) => {
        // the result if error read data or not exist
    })
})()

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.2.70latest

Version History

VersionDownloads (Last 7 Days)Published
1.2.70
1.2.60
1.2.50
1.2.40
1.2.30
1.2.20
1.2.10
1.0.1870
1.0.1860
1.0.1850
1.0.1840
1.0.1830
1.0.1820
1.0.1810
1.0.1800
1.0.1790
1.0.1780
1.0.1770
1.0.1760
1.0.1750
1.0.1740
1.0.1730
1.0.1720
1.0.1710
1.0.1700
1.0.1690
1.0.1680
1.0.1670
1.0.1660
1.0.1650
1.0.1640
1.0.1630
1.0.1620
1.0.1610
1.0.1600
1.0.1590
1.0.1580
1.0.1570
1.0.1560
1.0.1550
1.0.1540
1.0.1530
1.0.1520
1.0.1510
1.0.1500
1.0.1490
1.0.1480
1.0.1470
1.0.1460
1.0.1450
1.0.1390
3.0.110
2.0.200
2.0.180
2.0.170
2.0.160
2.0.150
2.0.140
2.0.130
2.0.110
2.0.100
2.0.90
2.0.80
2.0.70
2.0.60
2.0.30
2.0.10
2.0.00
1.0.10

Package Sidebar

Install

npm i @dkaframework/database

Weekly Downloads

0

Version

1.2.7

License

MIT

Unpacked Size

117 kB

Total Files

77

Last publish

Collaborators

  • yovangga