Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

The Multifunction MariaDB Connector with CRUD. with Promise Function or Non Promise. with types data

License

Notifications You must be signed in to change notification settings

YovanggaAnandhika/DKAFramework-Typescript-MariaDB

Repository files navigation

DKA MARIADB MODULE

this is a part module componen from or to DKAFramework


⛔️ DEPRECATED

This repository is now deprecated. We moved to a new mono repository architecture containing all of @dkaframework Live JavaScript Ecosystem that you can find @dkaframework/database.

Status

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

Benefit

Flexible: System opens and closes the function of loading the required modules because the framework module is unloading Install it.

Fast: Optimizes Servers with Low RAM, and the Fastest Combination of Frameworks, and Compression Technologies The good one.

Feature

  • Structured. Easily Comprehensible and Neat Code and Callable Like a Modulation Pack.
  • No Interface Blocking. Can Run Without Interfering With Other Functions.
  • Complete Documentation. Complete and Included Documentation and Sample Code.
  • Free from Error. There is an Error Detection so that Finding Errors Can be Easily Done.
  • Without Installing WebServer. Using the main JS language that is suitable in terms of data efficiency.
  • More Other Features. 🐈

I'm a Night 🦉

🌞 Morning    147 commits    ██░░░░░░░░░░░░░░░░░░░░░░░   9.16% 
🌆 Daytime    605 commits    █████████░░░░░░░░░░░░░░░░   37.72% 
🌃 Evening    533 commits    ████████░░░░░░░░░░░░░░░░░   33.23% 
🌙 Night      319 commits    █████████████░░░░░░░░░░░░   19.89%

📅 I'm Most Productive on Monday

Monday       352 commits    █████░░░░░░░░░░░░░░░░░░░░   21.95% 
Tuesday      259 commits    ████░░░░░░░░░░░░░░░░░░░░░   16.15% 
Wednesday    275 commits    ████░░░░░░░░░░░░░░░░░░░░░   17.14% 
Thursday     167 commits    ██░░░░░░░░░░░░░░░░░░░░░░░   10.41% 
Friday       207 commits    ███░░░░░░░░░░░░░░░░░░░░░░   12.91% 
Saturday     193 commits    ███░░░░░░░░░░░░░░░░░░░░░░   12.03% 
Sunday       151 commits    ██░░░░░░░░░░░░░░░░░░░░░░░   9.41%

📊 This Week I Spent My Time On

⌚︎ Time Zone: Asia/Makassar

💬 Programming Languages: 
YAML                     1 hr 54 mins        ████████████░░░░░░░░░░░░░   47.6% 
Python                   1 hr 23 mins        ████████░░░░░░░░░░░░░░░░░   34.73% 
C++                      24 mins             ██████████████░░░░░░░░░░░   50.29% 
CMake                    10 mins             █░░░░░░░░░░░░░░░░░░░░░░░░   4.27% 
XML                      4 mins              ░░░░░░░░░░░░░░░░░░░░░░░░░   1.72%

Buy Me A Coffee


Installing DKA MariaDB Module

Simple Installation

with npm npm install @dkaframework/mariadb@<version>
with yarn install yarn add -D @dkaframework/mariadb@<version>

Read More About Installation Guide On the Website Us For More Information.

Use DKA Framework

Simple Used Module

with ESCMA SCRIPT

   import MariaDB from "@dkaframework/mariadb";
   
   (async () => {
        /** ... another code ... **/
                   
        let instance = await new MariaDB(MariaDBConfig);
        await instance.Read(tableName, Rules)
            .then(async (result) => {
                console.log(result);
            })
            .catch(async (error) => {
                console.log(error);
            });
        /** .. another code ... **/
   })();
    

Read More About How To Use For How To Details Use.

About Copyright

Read About : LICENCE

Team

@yovangga @DKAResearchCenter
Full Stack Development DKA Research Center

Kredit

Thanks To DKA Research Center To Donate a Package Name!

About

The Multifunction MariaDB Connector with CRUD. with Promise Function or Non Promise. with types data

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published