Skip to content

Commit

Permalink
chore: update outdated urls
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Aug 15, 2024
1 parent 424d8f2 commit 6aac3f1
Show file tree
Hide file tree
Showing 16 changed files with 38 additions and 38 deletions.
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/shigma/minato.git",
"url": "git+https://github.com/cordiverse/minato.git",
"directory": "packages/core"
},
"bugs": {
"url": "https://github.com/shigma/minato/issues"
"url": "https://github.com/cordiverse/minato/issues"
},
"homepage": "https://github.com/shigma/minato",
"homepage": "https://github.com/cordiverse/minato",
"keywords": [
"orm",
"query",
Expand Down
14 changes: 7 additions & 7 deletions packages/core/readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# minato

[![Codecov](https://img.shields.io/codecov/c/github/shigma/minato?style=flat-square)](https://codecov.io/gh/shigma/minato)
[![Codecov](https://img.shields.io/codecov/c/github/cordiverse/minato?style=flat-square)](https://codecov.io/gh/cordiverse/minato)
[![downloads](https://img.shields.io/npm/dm/minato?style=flat-square)](https://www.npmjs.com/package/minato)
[![npm](https://img.shields.io/npm/v/minato?style=flat-square)](https://www.npmjs.com/package/minato)
[![GitHub](https://img.shields.io/github/license/shigma/minato?style=flat-square)](https://github.com/shigma/minato/blob/master/LICENSE)
[![GitHub](https://img.shields.io/github/license/cordiverse/minato?style=flat-square)](https://github.com/cordiverse/minato/blob/master/LICENSE)

Type Driven Database Framework.

Expand All @@ -19,11 +19,11 @@ Type Driven Database Framework.

| Driver | Version | Notes |
| ------ | ------ | ----- |
| [Memory](https://github.com/shigma/minato/tree/master/packages/memory) | [![npm](https://img.shields.io/npm/v/@minatojs/driver-memory?style=flat-square)](https://www.npmjs.com/package/@minatojs/driver-memory) | In-memory driver support |
| [MongoDB](https://github.com/shigma/minato/tree/master/packages/mongo) | [![npm](https://img.shields.io/npm/v/@minatojs/driver-mongo?style=flat-square)](https://www.npmjs.com/package/@minatojs/driver-mongo) | |
| [MySQL](https://github.com/shigma/minato/tree/master/packages/mysql) | [![npm](https://img.shields.io/npm/v/@minatojs/driver-mysql?style=flat-square)](https://www.npmjs.com/package/@minatojs/driver-mysql) | MySQL 5.7+, MariaDB 10.5 |
| [PostgreSQL](https://github.com/shigma/minato/tree/master/packages/postgres) | [![npm](https://img.shields.io/npm/v/@minatojs/driver-postgres?style=flat-square)](https://www.npmjs.com/package/@minatojs/driver-postgres) | PostgreSQL 14+ |
| [SQLite](https://github.com/shigma/minato/tree/master/packages/sqlite) | [![npm](https://img.shields.io/npm/v/@minatojs/driver-sqlite?style=flat-square)](https://www.npmjs.com/package/@minatojs/driver-sqlite) | |
| [Memory](https://github.com/cordiverse/minato/tree/master/packages/memory) | [![npm](https://img.shields.io/npm/v/@minatojs/driver-memory?style=flat-square)](https://www.npmjs.com/package/@minatojs/driver-memory) | In-memory driver support |
| [MongoDB](https://github.com/cordiverse/minato/tree/master/packages/mongo) | [![npm](https://img.shields.io/npm/v/@minatojs/driver-mongo?style=flat-square)](https://www.npmjs.com/package/@minatojs/driver-mongo) | |
| [MySQL](https://github.com/cordiverse/minato/tree/master/packages/mysql) | [![npm](https://img.shields.io/npm/v/@minatojs/driver-mysql?style=flat-square)](https://www.npmjs.com/package/@minatojs/driver-mysql) | MySQL 5.7+, MariaDB 10.5 |
| [PostgreSQL](https://github.com/cordiverse/minato/tree/master/packages/postgres) | [![npm](https://img.shields.io/npm/v/@minatojs/driver-postgres?style=flat-square)](https://www.npmjs.com/package/@minatojs/driver-postgres) | PostgreSQL 14+ |
| [SQLite](https://github.com/cordiverse/minato/tree/master/packages/sqlite) | [![npm](https://img.shields.io/npm/v/@minatojs/driver-sqlite?style=flat-square)](https://www.npmjs.com/package/@minatojs/driver-sqlite) | |

## Basic Usage

Expand Down
6 changes: 3 additions & 3 deletions packages/memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/shigma/minato.git",
"url": "git+https://github.com/cordiverse/minato.git",
"directory": "packages/memory"
},
"bugs": {
"url": "https://github.com/shigma/minato/issues"
"url": "https://github.com/cordiverse/minato/issues"
},
"homepage": "https://github.com/shigma/minato/packages/memory#readme",
"homepage": "https://github.com/cordiverse/minato/packages/memory#readme",
"keywords": [
"orm",
"database",
Expand Down
2 changes: 1 addition & 1 deletion packages/memory/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

[![downloads](https://img.shields.io/npm/dm/@minatojs/driver-memory?style=flat-square)](https://www.npmjs.com/package/@minatojs/driver-memory)
[![npm](https://img.shields.io/npm/v/@minatojs/driver-memory?style=flat-square)](https://www.npmjs.com/package/@minatojs/driver-memory)
[![GitHub](https://img.shields.io/github/license/shigma/minato?style=flat-square)](https://github.com/shigma/minato/blob/master/LICENSE)
[![GitHub](https://img.shields.io/github/license/cordiverse/minato?style=flat-square)](https://github.com/cordiverse/minato/blob/master/LICENSE)

In-memory Driver for Minato.
6 changes: 3 additions & 3 deletions packages/mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/shigma/minato.git",
"url": "git+https://github.com/cordiverse/minato.git",
"directory": "packages/mongo"
},
"bugs": {
"url": "https://github.com/shigma/minato/issues"
"url": "https://github.com/cordiverse/minato/issues"
},
"homepage": "https://github.com/shigma/minato/packages/mongo#readme",
"homepage": "https://github.com/cordiverse/minato/packages/mongo#readme",
"keywords": [
"orm",
"database",
Expand Down
2 changes: 1 addition & 1 deletion packages/mongo/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

[![downloads](https://img.shields.io/npm/dm/@minatojs/driver-mongo?style=flat-square)](https://www.npmjs.com/package/@minatojs/driver-mongo)
[![npm](https://img.shields.io/npm/v/@minatojs/driver-mongo?style=flat-square)](https://www.npmjs.com/package/@minatojs/driver-mongo)
[![GitHub](https://img.shields.io/github/license/shigma/minato?style=flat-square)](https://github.com/shigma/minato/blob/master/LICENSE)
[![GitHub](https://img.shields.io/github/license/cordiverse/minato?style=flat-square)](https://github.com/cordiverse/minato/blob/master/LICENSE)

MongoDB Driver for Minato.
6 changes: 3 additions & 3 deletions packages/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/shigma/minato.git",
"url": "git+https://github.com/cordiverse/minato.git",
"directory": "packages/mysql"
},
"bugs": {
"url": "https://github.com/shigma/minato/issues"
"url": "https://github.com/cordiverse/minato/issues"
},
"homepage": "https://github.com/shigma/minato/packages/mysql#readme",
"homepage": "https://github.com/cordiverse/minato/packages/mysql#readme",
"keywords": [
"orm",
"database",
Expand Down
2 changes: 1 addition & 1 deletion packages/mysql/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

[![downloads](https://img.shields.io/npm/dm/@minatojs/driver-mysql?style=flat-square)](https://www.npmjs.com/package/@minatojs/driver-mysql)
[![npm](https://img.shields.io/npm/v/@minatojs/driver-mysql?style=flat-square)](https://www.npmjs.com/package/@minatojs/driver-mysql)
[![GitHub](https://img.shields.io/github/license/shigma/minato?style=flat-square)](https://github.com/shigma/minato/blob/master/LICENSE)
[![GitHub](https://img.shields.io/github/license/cordiverse/minato?style=flat-square)](https://github.com/cordiverse/minato/blob/master/LICENSE)

MySQL / MariaDB Driver for Minato.
6 changes: 3 additions & 3 deletions packages/postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/shigma/minato.git",
"url": "git+https://github.com/cordiverse/minato.git",
"directory": "packages/postgres"
},
"bugs": {
"url": "https://github.com/shigma/minato/issues"
"url": "https://github.com/cordiverse/minato/issues"
},
"homepage": "https://github.com/shigma/minato/packages/postgres#readme",
"homepage": "https://github.com/cordiverse/minato/packages/postgres#readme",
"keywords": [
"orm",
"database",
Expand Down
2 changes: 1 addition & 1 deletion packages/postgres/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

[![downloads](https://img.shields.io/npm/dm/@minatojs/driver-postgres?style=flat-square)](https://www.npmjs.com/package/@minatojs/driver-postgres)
[![npm](https://img.shields.io/npm/v/@minatojs/driver-postgres?style=flat-square)](https://www.npmjs.com/package/@minatojs/driver-postgres)
[![GitHub](https://img.shields.io/github/license/shigma/minato?style=flat-square)](https://github.com/shigma/minato/blob/master/LICENSE)
[![GitHub](https://img.shields.io/github/license/cordiverse/minato?style=flat-square)](https://github.com/cordiverse/minato/blob/master/LICENSE)

PostgreSQL Driver for Minato.
6 changes: 3 additions & 3 deletions packages/sql-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/shigma/minato.git",
"url": "git+https://github.com/cordiverse/minato.git",
"directory": "packages/sql-utils"
},
"bugs": {
"url": "https://github.com/shigma/minato/issues"
"url": "https://github.com/cordiverse/minato/issues"
},
"homepage": "https://github.com/shigma/minato/packages/sql-utils#readme",
"homepage": "https://github.com/cordiverse/minato/packages/sql-utils#readme",
"keywords": [
"orm",
"database",
Expand Down
2 changes: 1 addition & 1 deletion packages/sql-utils/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

[![downloads](https://img.shields.io/npm/dm/@minatojs/sql-utils?style=flat-square)](https://www.npmjs.com/package/@minatojs/sql-utils)
[![npm](https://img.shields.io/npm/v/@minatojs/sql-utils?style=flat-square)](https://www.npmjs.com/package/@minatojs/sql-utils)
[![GitHub](https://img.shields.io/github/license/shigma/minato?style=flat-square)](https://github.com/shigma/minato/blob/master/LICENSE)
[![GitHub](https://img.shields.io/github/license/cordiverse/minato?style=flat-square)](https://github.com/cordiverse/minato/blob/master/LICENSE)

SQL Utilities for Minato.
6 changes: 3 additions & 3 deletions packages/sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/shigma/minato.git",
"url": "git+https://github.com/cordiverse/minato.git",
"directory": "packages/sqlite"
},
"bugs": {
"url": "https://github.com/shigma/minato/issues"
"url": "https://github.com/cordiverse/minato/issues"
},
"homepage": "https://github.com/shigma/minato/packages/sqlite#readme",
"homepage": "https://github.com/cordiverse/minato/packages/sqlite#readme",
"keywords": [
"orm",
"database",
Expand Down
2 changes: 1 addition & 1 deletion packages/sqlite/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

[![downloads](https://img.shields.io/npm/dm/@minatojs/driver-sqlite?style=flat-square)](https://www.npmjs.com/package/@minatojs/driver-sqlite)
[![npm](https://img.shields.io/npm/v/@minatojs/driver-sqlite?style=flat-square)](https://www.npmjs.com/package/@minatojs/driver-sqlite)
[![GitHub](https://img.shields.io/github/license/shigma/minato?style=flat-square)](https://github.com/shigma/minato/blob/master/LICENSE)
[![GitHub](https://img.shields.io/github/license/cordiverse/minato?style=flat-square)](https://github.com/cordiverse/minato/blob/master/LICENSE)

SQLite Driver for Minato.
6 changes: 3 additions & 3 deletions packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/shigma/minato.git",
"url": "git+https://github.com/cordiverse/minato.git",
"directory": "packages/tests"
},
"bugs": {
"url": "https://github.com/shigma/minato/issues"
"url": "https://github.com/cordiverse/minato/issues"
},
"homepage": "https://github.com/shigma/minato/packages/tests#readme",
"homepage": "https://github.com/cordiverse/minato/packages/tests#readme",
"keywords": [
"orm",
"database",
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

[![downloads](https://img.shields.io/npm/dm/@minatojs/tests?style=flat-square)](https://www.npmjs.com/package/@minatojs/tests)
[![npm](https://img.shields.io/npm/v/@minatojs/tests?style=flat-square)](https://www.npmjs.com/package/@minatojs/tests)
[![GitHub](https://img.shields.io/github/license/shigma/minato?style=flat-square)](https://github.com/shigma/minato/blob/master/LICENSE)
[![GitHub](https://img.shields.io/github/license/cordiverse/minato?style=flat-square)](https://github.com/cordiverse/minato/blob/master/LICENSE)

Unit Tests for Minato.

0 comments on commit 6aac3f1

Please sign in to comment.