3 Repos
Loads entire SQLite databases into PostgreSQL, creating schema and transferring all data.
Distinct from SQLite or PostgreSQL Storage: Distinct from SQLite or PostgreSQL Storage: focuses on one-way migration from SQLite to PostgreSQL rather than interchangeable storage backends.
Explore 3 awesome GitHub repositories matching data & databases · SQLite to PostgreSQL Migrations. Refine with filters or upvote what's useful.
pgloader is a command-line tool that automates the migration of data and schema from various source databases and file formats into PostgreSQL. It combines schema discovery, parallel data pipelines, and type casting into a single, declarative workflow, using PostgreSQL's COPY protocol for high-throughput bulk loading. The tool distinguishes itself by compiling a dedicated command language into concurrent reader-writer pipelines that handle schema introspection, data transformation, and error-resilient batch processing. It supports migrating entire databases from MySQL, MS SQL, SQLite, and Pos
Migrates entire SQLite databases into PostgreSQL with schema creation.
Certd is a self-hosted platform that automates the full lifecycle of SSL certificates using the ACME protocol. It handles certificate application, renewal, and deployment across multiple domains through a pipeline-driven workflow engine, with DNS challenge orchestration and multi-cloud deployment capabilities. The platform distinguishes itself through its configurable pipeline system, which allows users to build multi-step workflows that can pass outputs between tasks, execute custom scripts, and handle errors. It supports multi-tenant access control with role-based permissions, encrypted cre
Transfers all application data from SQLite to MySQL or PostgreSQL instances.
Bazarr ist ein automatisiertes Untertitel-Management-System und Downloader, der darauf ausgelegt ist, Untertitel für Filme und TV-Serien zu finden, zu beziehen und zu synchronisieren. Es fungiert als Begleiter für Medienbibliotheken, der sich über APIs in externe Medienmanager und Server integriert, um fehlende Untertitel aufzuspüren und Bibliotheken auf dem neuesten Stand zu halten. Das Projekt zeichnet sich durch fortschrittliche Medienverarbeitung aus und nutzt neuronale Audio-Transkription, um Untertitel aus Audiospuren zu generieren oder fremdsprachige Dialoge zu übersetzen. Es bietet zudem audiobasierte Synchronisation, um das Timing der Untertitel an den Videoinhalt anzupassen, und kann bestehende Untertitel automatisch aktualisieren, wenn qualitativ hochwertigere Versionen gefunden werden. Das System deckt ein breites Spektrum an Automatisierungsfunktionen ab, einschließlich Sprachprofil-Management, adaptivem Such-Scheduling über mehrere Untertitel-Anbieter hinweg und ereignisgesteuerten Webhook-Triggern. Es unterstützt Datenpersistenz via SQLite oder PostgreSQL und enthält Tools für Path-Mapping-Übersetzungen, um Mediendateien über verschiedene Host-Systeme oder Container hinweg zu lokalisieren. Die Anwendung kann als Hintergrunddienst unter Windows oder über System-Init-Manager auf anderen Plattformen bereitgestellt werden, mit Unterstützung für Reverse-Proxy-Konfigurationen für den Fernzugriff.
Transfers application settings and history from an SQLite database to a PostgreSQL instance.