mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-09-06 20:58:58 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fcce3c9b3e |
Generated
+2024
-97
File diff suppressed because it is too large
Load Diff
+4
-4
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@showbridge/docs",
|
||||
"type": "module",
|
||||
"version": "0.7.0",
|
||||
"version": "0.6.0",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
@@ -15,9 +15,9 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/check": "0.9.10",
|
||||
"@astrojs/starlight": "0.42.0",
|
||||
"astro": "7.3.1",
|
||||
"@astrojs/starlight": "0.41.10",
|
||||
"astro": "7.2.10",
|
||||
"sharp": "0.35.4",
|
||||
"typescript": "6.0.3"
|
||||
"typescript": "7.0.2"
|
||||
}
|
||||
}
|
||||
@@ -1,24 +0,0 @@
|
||||
---
|
||||
title: MySQL
|
||||
sidebar:
|
||||
order: 1
|
||||
---
|
||||
import SchemaInfo from '../../../../components/SchemaInfo.astro';
|
||||
|
||||
The `db.mysql` module can open a connection to MySQL databases
|
||||
|
||||
<SchemaInfo type="module" id="db.mysql"></SchemaInfo>
|
||||
|
||||
This module implements the `DatabaseModule` interface.
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
Opens a connection to a MySQL database
|
||||
|
||||
```yaml
|
||||
- id: myDatabase
|
||||
type: db.mysql
|
||||
params:
|
||||
dsn: "user:password@tcp(localhost:3306)/mydatabase"
|
||||
```
|
||||
@@ -1,24 +0,0 @@
|
||||
---
|
||||
title: PostgreSQL
|
||||
sidebar:
|
||||
order: 1
|
||||
---
|
||||
import SchemaInfo from '../../../../components/SchemaInfo.astro';
|
||||
|
||||
The `db.postgres` module can open a connection to PostgreSQL databases
|
||||
|
||||
<SchemaInfo type="module" id="db.postgres"></SchemaInfo>
|
||||
|
||||
This module implements the `DatabaseModule` interface.
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
Opens a connection to a PostgreSQL database
|
||||
|
||||
```yaml
|
||||
- id: myDatabase
|
||||
type: db.postgres
|
||||
params:
|
||||
url: "postgresql://user:password@localhost:5432/mydatabase"
|
||||
```
|
||||
+489
-559
File diff suppressed because it is too large
Load Diff
+1112
-1112
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user