Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for PostgreSQL #21

Merged
merged 6 commits into from
Oct 28, 2024
Merged

Add support for PostgreSQL #21

merged 6 commits into from
Oct 28, 2024

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    28f24fe View commit details
    Browse the repository at this point in the history
  2. Add version specifiers for axios, axios-retry, chai and mocha

    … developer dependencies
    kysrpex committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8d3ee65 View commit details
    Browse the repository at this point in the history
  3. Add package-lock.json

    Pin project dependencies to a set known to work using package-lock.json.
    kysrpex committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    0179814 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Add support for PostgreSQL

    Support loading mappings from PostgreSQL via the `pg-native` library.
    kysrpex committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    dc042e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2bf83c View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Use startsWith() and endsWith() methods from JavaScript's built-i…

    …n String prototype
    kysrpex committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    80183d2 View commit details
    Browse the repository at this point in the history