awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesDBF Column Casting Rules

User-defined overrides for converting dBase file column types to PostgreSQL types during data loading.

Distinct from Load-Time Type Casting: Distinct from Load-Time Type Casting: specifically targets DBF file format type conversions, not general database-to-database casting.

Explore 1 awesome GitHub repository matching data & databases · DBF Column Casting Rules. Refine with filters or upvote what's useful.

Awesome DBF Column Casting Rules GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • dimitri/pgloaderالصورة الرمزية لـ dimitri

    dimitri/pgloader

    6,295عرض على GitHub↗

    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

    Applies custom type conversion rules per column when loading dBase files into PostgreSQL.

    Common Lispclozure-clcommon-lispcsv
    عرض على GitHub↗6,295
  1. Home
  2. Data & Databases
  3. Data Type Casting
  4. Load-Time Type Casting
  5. DBF Column Casting Rules