Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dbmate

Package Overview
Dependencies
Maintainers
0
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dbmate - npm Package Compare versions

Comparing version 2.17.0 to 2.18.0

3

dist/resolveBinary.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.resolveBinary = void 0;
exports.resolveBinary = resolveBinary;
const node_process_1 = require("node:process");

@@ -26,3 +26,2 @@ /**

}
exports.resolveBinary = resolveBinary;
//# sourceMappingURL=resolveBinary.js.map
{
"name": "dbmate",
"version": "2.17.0",
"version": "2.18.0",
"description": "A lightweight, framework-agnostic database migration tool",

@@ -27,10 +27,10 @@ "repository": "https://github.com/amacneil/dbmate",

"optionalDependencies": {
"@dbmate/linux-ia32": "2.17.0",
"@dbmate/linux-x64": "2.17.0",
"@dbmate/linux-arm": "2.17.0",
"@dbmate/linux-arm64": "2.17.0",
"@dbmate/darwin-x64": "2.17.0",
"@dbmate/darwin-arm64": "2.17.0",
"@dbmate/win32-x64": "2.17.0"
"@dbmate/linux-ia32": "2.18.0",
"@dbmate/linux-x64": "2.18.0",
"@dbmate/linux-arm": "2.18.0",
"@dbmate/linux-arm64": "2.18.0",
"@dbmate/darwin-x64": "2.18.0",
"@dbmate/darwin-arm64": "2.18.0",
"@dbmate/win32-x64": "2.18.0"
}
}

@@ -44,11 +44,12 @@ # Dbmate

- Supports MySQL, PostgreSQL, SQLite, and ClickHouse.
- Uses plain SQL for writing schema migrations.
- Migrations are timestamp-versioned, to avoid version number conflicts with multiple developers.
- Migrations are run atomically inside a transaction.
- Supports creating and dropping databases (handy in development/test).
- Supports saving a `schema.sql` file to easily diff schema changes in git.
- Database connection URL is defined using an environment variable (`DATABASE_URL` by default), or specified on the command line.
- Built-in support for reading environment variables from your `.env` file.
- Easy to distribute, single self-contained binary.
- Supports MySQL, PostgreSQL, SQLite, and ClickHouse
- Uses plain SQL for writing schema migrations
- Migrations are timestamp-versioned, to avoid version number conflicts with multiple developers
- Migrations are run atomically inside a transaction
- Supports creating and dropping databases (handy in development/test)
- Supports saving a `schema.sql` file to easily diff schema changes in git
- Database connection URL is defined using an environment variable (`DATABASE_URL` by default), or specified on the command line
- Built-in support for reading environment variables from your `.env` file
- Easy to distribute, single self-contained binary
- Does not try to upsell you on a SaaS service

@@ -55,0 +56,0 @@ ## Installation

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc