Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@lando/postgres

lando2kGPL-3.01.4.4

A Lando plugin that provides a tight integration with Postgres.

lando, lando-plugin, lando-service, postgres

readme

Postgres Lando Plugin

This is the official Lando plugin for Postgres. When installed it...

  • Allows users to run various postgres versions

Of course, once a user is running their Postgres project with Lando they can take advantage of all the other awesome development features Lando provides.

Basic Usage

Add a postgres service to your Landofile

services:
  myservice:
    type: postgres

For more info you should check out the docs:

Issues, Questions and Support

If you have a question or would like some community support we recommend you join us on Slack.

If you'd like to report a bug or submit a feature request then please use the issue queue in this repo.

Changelog

We try to log all changes big and small in both THE CHANGELOG and the release notes.

Maintainers

Contributors

Made with contributors-img.

Other Selected Resources

changelog

v1.4.4 - December 7, 2024

  • Optimized for midcore

v1.4.3 - December 6, 2024

  • Updated the version index.md to get Docuverse page to build correctly.

v1.4.2 - December 4, 2024

v1.4.1 - November 4, 2024

v1.3.0 - March 19, 2024

  • Added compatibility for Postgres 16 #38

v1.2.1 - March 11, 2024

  • Corrected the healthcheck for postgres username option.

v1.2.0 - March 11, 2024

  • Updated database plugins to the latest version.

v1.1.0 - March 8, 2024

Fixes

  • Allow empty user/dbname fields to pass healthcheck lando/lamp#51

v1.0.0 - December 7, 2023

  • Dialed fully for lando update.
  • Isolated plugin.

v0.10.0 - Oct 20, 2023

  • Added a new healthcheck that better assesses service readiness. #28
  • Restructured to use builders/postgres.js.

v0.9.0 - July 3, 2023

  • Removed bundle-dependencies and version-bump-prompt from plugin.
  • Updated package to use prepare-release-action.
  • Updated documentation to reflect new release process.

v0.8.0 - April 26, 2023

  • Added support for Postgres 15.

v0.7.0 - December 12, 2022

  • Added bundle-dependencies to release process.
  • Fixed bug in plugin dogfooding test.

v0.6.0 - September 7, 2022

  • HYPERDRIVED

v0.5.0 - November 9, 2021

Lando is free and open source software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by contributing.

  • Initial Release