179 skills found · Page 4 of 6
covrom / GoerdGolang PostgreSQL schema migration tool
wednesday-solutions / Go TemplateAn enterprise GraphQL template application built using Golang showcasing - Testing Strategy, DB migrations and seeding, integration with an ORM, containerization using Docker, GraphQL Interface, PostgreSQL, subscriptions, redis caching, paginated endpoints.
pgpkg / Pgpkgpgpkg is a small, fast CLI tool and Go library that enables seamless integration of PostgreSQL functions into native code workflows. It integrates pl/pgsql code management, transactional migrations, SQL unit tests, importable packages, code watching, an SQL REPL, and more.
voodootikigod / MigratorSchema (SQL) and Data (JS) Migrations for node.js (for PostgreSQL and MySQL)
agis / PglockanalyzeSee what PostgreSQL locks your migrations acquired
DigitalCitadel / OriginatorManage PostgreSQL + MySQL migrations without dependencies.
wallester / MigrateCommand line tool for PostgreSQL migrations
bp72 / Simple MigrationsA python library for maintaining pure sql migrations in postgresql databases.
Grandbusta / JoneA @knex inspired SQL migration and schema builder for Go. Supports PostgreSQL today, Others coming soon. Designed to be flexible, and fun to use.
heymoon-cc / Doctrine Psql EnumDoctrine migrations for PostgreSQL enum
high-horse / Go Chi Pg Sqlc Goose Template🚀 Go Project Starter Template: Go-Chi, SQLC, and Goose integration for rapid API development. Set up your Go backend with PostgreSQL, routing, and migrations effortlessly.
gavsidhu / MifloA database schema migration tool. Supports SQLite, PostgreSQL, and libSQL.
ohkrab / KrabKrab is a migration and automation tool for PostgreSQL based on HCL syntax
bluegroundltd / Postgresql Migration GuideA public version of our Postgresql migration playbook
vprokopchuk256 / Mv PostgresqlPostgresql constraints in migrations similiar to ActiveRecord validations
artemeff / Pgsql MigrationPostgreSQL migrations for Erlang
richardanaya / PigA simple PostgreSQL data migration tool
tyrchen / Db SchemaThis crate provides a set of functions to generate SQL statements for various PostgreSQL schema objects, such as tables, views, materialized views, functions, triggers, and indexes. The generated SQL statements can be useful for schema introspection, documentation, or migration purposes.
fnando / Ar SequenceAdd support for PostgreSQL's SEQUENCE on ActiveRecord migrations.
cogini / Ecto Extract MigrationsElixir library to generate Ecto migrations from a PostgreSQL schema SQL file. Uses NimbleParsec and macro-style code generation.