You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
2.6 KiB
55 lines
2.6 KiB
2 years ago
|
# An index of the MariaDB and MySQL Knowledge bases
|
||
|
|
||
|
[![Actions Status](https://github.com/williamdes/mariadb-mysql-kbs/workflows/Run%20tests/badge.svg)](https://github.com/williamdes/mariadb-mysql-kbs/actions)
|
||
|
[![Actions Status](https://github.com/williamdes/mariadb-mysql-kbs/workflows/Lint%20and%20analyse%20files/badge.svg)](https://github.com/williamdes/mariadb-mysql-kbs/actions)
|
||
|
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/e89ffd4b2c8a4f14ae98c282c8934f31)](https://www.codacy.com/gh/williamdes/mariadb-mysql-kbs/dashboard?utm_source=github.com&utm_medium=referral&utm_content=williamdes/mariadb-mysql-kbs&utm_campaign=Badge_Grade)
|
||
|
[![codecov](https://codecov.io/gh/williamdes/mariadb-mysql-kbs/branch/main/graph/badge.svg)](https://codecov.io/gh/williamdes/mariadb-mysql-kbs)
|
||
|
[![License](https://poser.pugx.org/williamdes/mariadb-mysql-kbs/license)](https://packagist.org/packages/williamdes/mariadb-mysql-kbs)
|
||
|
[![Latest Stable Version](https://poser.pugx.org/williamdes/mariadb-mysql-kbs/v/stable)](https://packagist.org/packages/williamdes/mariadb-mysql-kbs)
|
||
|
[![npm version](https://badge.fury.io/js/mariadb-mysql-kbs.svg)](https://badge.fury.io/js/mariadb-mysql-kbs)
|
||
|
[![Total alerts](https://img.shields.io/lgtm/alerts/g/williamdes/mariadb-mysql-kbs.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/williamdes/mariadb-mysql-kbs/alerts/)
|
||
|
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/williamdes/mariadb-mysql-kbs.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/williamdes/mariadb-mysql-kbs/context:javascript)
|
||
|
[![Known Vulnerabilities](https://snyk.io/test/github/williamdes/mariadb-mysql-kbs/badge.svg)](https://snyk.io/test/github/williamdes/mariadb-mysql-kbs)
|
||
|
[![Dependabot](https://badgen.net/badge/Dependabot/enabled/green?icon=dependabot)](https://dependabot.com/)
|
||
|
[![dependencies Status](https://david-dm.org/williamdes/mariadb-mysql-kbs/status.svg)](https://david-dm.org/williamdes/mariadb-mysql-kbs)
|
||
|
|
||
|
[API doc](https://williamdes.github.io/mariadb-mysql-kbs/Williamdes/MariaDBMySQLKBS.html)
|
||
|
|
||
|
### In this respository you can find some data from knowledge bases
|
||
|
|
||
|
Raw extracted data : `/data/`
|
||
|
|
||
|
Merged data : `/dist/`
|
||
|
|
||
|
### Merged data
|
||
|
- JSON format (raw, slim, ultraslim)
|
||
|
- PHP format (ultraslim)
|
||
|
|
||
|
### Update the data
|
||
|
|
||
|
```bash
|
||
|
yarn run build
|
||
|
```
|
||
|
|
||
|
```bash
|
||
|
composer run build
|
||
|
```
|
||
|
|
||
|
### Install
|
||
|
|
||
|
```bash
|
||
|
composer require williamdes/mariadb-mysql-kbs
|
||
|
```
|
||
|
|
||
|
```bash
|
||
|
npm install --save mariadb-mysql-kbs
|
||
|
```
|
||
|
|
||
|
```bash
|
||
|
yarn add mariadb-mysql-kbs
|
||
|
```
|
||
|
|
||
|
### Packaging status
|
||
|
|
||
|
[![Packaging status](https://repology.org/badge/vertical-allrepos/mariadb-mysql-kbs.svg)](https://repology.org/project/mariadb-mysql-kbs/versions)
|