@itrocks/mysql-maintainer
Version:
Reactively maintains database structure by updating schema and retrying on MySQL errors
56 lines (55 loc) • 1.17 kB
JSON
{
"author": {
"name": "Baptiste Pillot",
"email": "baptiste@pillot.fr"
},
"dependencies": {
"@itrocks/class-type": "latest",
"@itrocks/mysql": "latest",
"@itrocks/mysql-to-schema": "latest",
"@itrocks/reflect": "latest",
"@itrocks/reflect-to-schema": "latest",
"@itrocks/schema-diff": "latest",
"@itrocks/schema-diff-mysql": "latest",
"@itrocks/storage": "latest",
"@itrocks/store": "latest",
"mariadb": "^3.4"
},
"description": "Reactively maintains database structure by updating schema and retrying on MySQL errors",
"devDependencies": {
"typescript": "^6.0"
},
"engines": {
"node": ">=24"
},
"exports": "./cjs/mysql-maintainer.js",
"files": [
"LICENSE",
"README.md",
"cjs",
"!*.map"
],
"homepage": "https://it.rocks",
"keywords": [
"automatic",
"automation",
"backend",
"database",
"it.rocks",
"mariadb",
"migration",
"mysql",
"schema",
"synchronization"
],
"license": "LGPL-3.0-or-later",
"name": "@itrocks/mysql-maintainer",
"repository": {
"type": "git",
"url": "git+https://github.com/itrocks-ts/mysql-maintainer.git"
},
"scripts": {
"build": "tsc"
},
"version": "0.2.5"
}