Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jinyphp/mysql
jinyMysql Database
https://github.com/jinyphp/mysql
Last synced: 5 days ago
JSON representation
jinyMysql Database
- Host: GitHub
- URL: https://github.com/jinyphp/mysql
- Owner: jinyphp
- Created: 2020-03-29T05:41:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T08:35:08.000Z (about 4 years ago)
- Last Synced: 2024-04-05T09:43:48.612Z (7 months ago)
- Language: PHP
- Size: 124 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jinyMysql
`jinyMysql`은 mysql 데이터베이스를 쉽게 접근하고 사용을 할 수 있는 패키지 라이브러리 입니다.## 설치
`jinyMysql`은 컴포저 패키지를 통하여 설치를 할 수 있습니다.```
composer require jiny/mysql
```