mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-23 16:16:02 +00:00
readme
This commit is contained in:
14
packages/types/README.md
Normal file
14
packages/types/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# @dbgate/types
|
||||
|
||||
Typescript definitions for DbGate app
|
||||
|
||||
- dbinfo.d.ts - database structure definitions (tables, views, procedures, columns, primary keys, foreign keys)
|
||||
- dialect.d.ts - SQL dialect definition
|
||||
- dumper.d.ts - SQL dumper - dump SQL commands independed on DB engine
|
||||
- engines.d.ts - definition of SQL engine driver
|
||||
- query.d.ts - query results definition
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
yarn add --dev @dbgate/types
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0",
|
||||
"name": "@dbgate/types",
|
||||
|
||||
"homepage": "https://dbgate.org/",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/dbshell/dbgate.git"
|
||||
},
|
||||
"funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur",
|
||||
"author": "Jan Prochazka",
|
||||
"license": "GPL",
|
||||
|
||||
"types": "index.d.ts",
|
||||
"main": "",
|
||||
"typeScriptVersion": "2.8"
|
||||
|
||||
Reference in New Issue
Block a user