3 个仓库
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 是一个自动化字幕管理系统和下载器,旨在发现、获取和同步电影和电视节目的字幕。它作为一个媒体库伴侣,通过 API 与外部媒体管理器和服务器集成,以跟踪缺失的字幕并确保库保持最新。 该项目通过高级媒体处理脱颖而出,使用神经网络音频转录从音轨生成字幕或将外语对话翻译成英语。它还具有基于音频的同步功能,可将字幕时间与视频内容对齐,并能在发现更高质量版本时自动升级现有字幕。 该系统涵盖了广泛的自动化功能,包括语言配置文件管理、跨多个字幕提供商的自适应搜索调度以及事件驱动的 Webhook 触发器。它支持通过 SQLite 或 PostgreSQL 进行数据持久化,并包括用于定位跨不同主机系统或容器的媒体文件的路径映射翻译工具。 该应用可以作为 Windows 上的后台服务或通过其他平台上的系统初始化管理器部署,并支持用于远程访问的反向代理配置。
Transfers application settings and history from an SQLite database to a PostgreSQL instance.