2 مستودعات
Automatic generation of code to navigate table associations based on foreign key constraints.
Distinct from Foreign Key Constraints: Focuses on the ORM mapping and getter generation for navigation, not the database-level enforcement of constraints.
Explore 2 awesome GitHub repositories matching data & databases · Relationship Mapping. Refine with filters or upvote what's useful.
sqlboiler is a database-first ORM generator for Go that analyzes an existing database schema to produce strongly typed structures and query helpers. It functions as a schema-driven code generator, transforming database tables and relationships into executable Go source code. The project distinguishes itself through a type-safe query builder that uses chainable modifiers to construct SQL statements, eliminating the need for raw string concatenation. It utilizes customizable text templates to generate source code, allowing for the aliasing of schema entities and the creation of custom templates
Generates dedicated getter methods and mapping logic based on database foreign key constraints to navigate table associations.
هذه الأداة عبارة عن مولد كود خلفي آلي ينشئ لوحات تحكم إدارية عن طريق فحص هياكل قواعد البيانات العلائقية الموجودة. تعمل كأداة هيكلة قائمة على المخطط، حيث تقوم بتحليل تعريفات الجداول وقيود المفاتيح الخارجية لإنتاج وحدات تحكم جانب الخادم وواجهات مستخدم وظيفية لإدارة السجلات. يتميز المشروع بإخراج كود مصدري ثابت، والذي ينتج ملفات قابلة للقراءة البشرية يمكن للمطورين تعديلها أو توسيعها يدوياً. من خلال تحليل بيانات قاعدة البيانات الوصفية، فإنه يقوم تلقائياً بتعيين البيانات العلائقية إلى مكونات اختيار بديهية ويستبدل المعرفات الرقمية الخام بتسميات قابلة للقراءة البشرية، مما يضمن بقاء طرق العرض الإدارية المولدة متسقة وسريعة الاستجابة عبر أحجام الشاشات المختلفة. يتضمن المخرج المولد منطق جانب الخادم وتخطيطات لوحة التحكم اللازمة لإدارة سجلات قاعدة البيانات. ولأن الأداة تنتج ملفات مصدرية قياسية بدلاً من ثنائيات غامضة، فإنها تسمح بالتخصيص الكامل لوحدات التحكم وطرق العرض الأساسية لاستيعاب متطلبات المشروع المحددة.
Automatically generates code to navigate and display table associations based on foreign key constraints.