Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

YovanggaAnandhika/DKAFramework-Typescript-Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DKA MARIADB MODULE

this is a part module componen from or to DKAFramework


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 Database Module Part Of DKAFramework

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published