New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mtr-mysql

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mtr-mysql

Meteor SQL Database adalah MySQL query builder. Secara default, library ini menggunakan primary key berformat **optimized UUID** yang disimpan dengan type data **binary(16)**. ### Optimized UUID (Universal Unique Identifier) UUID v1 merupakan kombinasi

  • 2.1.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Meteor SQL Database

Meteor SQL Database adalah MySQL query builder. Secara default, library ini menggunakan primary key berformat optimized UUID yang disimpan dengan type data binary(16).

Optimized UUID (Universal Unique Identifier)

UUID v1 merupakan kombinasi timestamp dengan MAC address dari komputer yang menggunakan. ID ini kemudian akan diolah menjadi format baru yang sudah dioptimalkan untuk proses indexing.

Dependency

Library ini menggunakan package dotenv v7.0.0, mysql2 v1.6.4, uuid v3.3.2 dan uuid-validate v0.0.3.

Installation

npm i git+ssh://git@repository.meteor.asia/mtr-platform/libs/sql-database.git#v2.0.6

Penggunaan

Simpan konfigurasi DB pada file .env.

DB_DRIVER=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_USER=user
DB_PASSWORD=password
DB_TZ=local
DB_SCHEMA=db_name
DB_DEBUG=true

Features

  1. UUID
  1. DB Builder
  1. Query Builder
  1. DataTable

FAQs

Package last updated on 08 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc