Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yeosz/database
数据库基本操作,MySQL数据库字典,Oracle数据库字典生成
https://github.com/yeosz/database
mysql oracle php sqlite
Last synced: 28 days ago
JSON representation
数据库基本操作,MySQL数据库字典,Oracle数据库字典生成
- Host: GitHub
- URL: https://github.com/yeosz/database
- Owner: yeosz
- Created: 2014-07-10T07:10:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-17T06:31:04.000Z (over 5 years ago)
- Last Synced: 2024-03-16T09:05:23.947Z (10 months ago)
- Topics: mysql, oracle, php, sqlite
- Language: PHP
- Homepage:
- Size: 264 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
数据库
========### MySql
* MySql操作类 mysqlDb.class.php
* MySQL数据字典 mysqlDict.php [加强版](http://github.com/yeosz/dtool)
* MySQL函数 -mysqlFunction.sql### Oracle
* Oracle操作类 oracle.class.php
* Oracle数据字典 oracleDict.php
* DEMO index.php### Sqlite
* DEMO index.php
* 数据库 test.tar.gz### XML