4 مستودعات
Functions for extracting and calculating date and time components directly within SQL queries.
Distinct from Date and Time Libraries: Candidates are general date libraries or awesome lists; this is specifically about SQL-side manipulation.
Explore 4 awesome GitHub repositories matching data & databases · SQL Date and Time Manipulation. Refine with filters or upvote what's useful.
هذا المشروع عبارة عن برنامج تعليمي شامل لقاعدة بيانات MySQL ومورد تعليمي مصمم للمبتدئين. يعمل كدليل تقني ودليل تعلم يغطي التثبيت، والتكوين، وتشغيل نظام إدارة قواعد البيانات العلائقية. توفر المواد نهجاً منظماً لأساسيات قواعد البيانات العلائقية، بما في ذلك تصميم المخطط، وإنشاء الجداول، وتنفيذ استعلامات SQL. يتضمن توجيهاً محدداً حول إدارة قاعدة البيانات، مثل إدارة وصول المستخدم، وتكوين محركات التخزين، والتعامل مع تثبيت الخادم عبر أنظمة تشغيل مختلفة. يغطي المورد مجموعة واسعة من القدرات بما في ذلك معالجة البيانات للبيانات الزمنية وأحرف Unicode، واتصال العميل بالخادم، وإدارة دورة حياة قاعدة البيانات. كما يوفر معلومات تشخيصية لاستكشاف أخطاء النظام وإصلاحها لحل تعارضات التثبيت وأخطاء بدء التشغيل. يتم تقديم المحتوى كمجموعة من الوثائق القائمة على markdown التي تتميز بأدلة إجرائية خطوة بخطوة وعروض توضيحية للاستعلامات مدفوعة بالأمثلة.
Covers writing queries to filter results, manage date formats, and handle specialized character sets.
H2 is a JDBC-compliant relational database management system written in Java. It functions as an embeddable SQL database that can run directly within an application process to remove network latency, or as an in-memory database for high-performance volatile storage. It also includes a web-based console for executing SQL commands and administering schemas. The system is characterized by its flexible deployment modes, including a standalone server mode for remote TCP/IP access and a mixed mode for simultaneous local and remote connectivity. It features a dialect emulation layer and compatibilit
Provides functions for calculating time differences and formatting dates directly within SQL queries.
Groupdate هو أداة لتجميع السلاسل الزمنية وتجميع التواريخ لقاعدة بيانات PostgreSQL. يوفر مجموعة من وظائف SQL لتجميع وتلخيص السجلات الزمنية في فئات منفصلة، مثل الأيام، أو الأسابيع، أو الأشهر، لحساب المجموع والمتوسط للتقارير. يركز المشروع على ضمان جداول زمنية مستمرة من خلال ملء فجوات السلاسل الزمنية، والتي تدرج قيماً افتراضية للفترات التي لا توجد فيها بيانات. كما يتضمن منسق بيانات زمنية يحول مفاتيح التاريخ والوقت المجمعة إلى سلاسل مترجمة أو أنماط تنسيق مخصصة. تغطي الأداة عمليات بيانات زمنية واسعة، بما في ذلك تصفية النطاق الزمني واستخراج مكونات التقويم، مثل تجميع البيانات حسب يوم الأسبوع. كما تدعم الحسابات المدركة للمنطقة الزمنية لمواءمة التجميع مع أيام التقويم المحلية.
Provides SQL functions for handling time-based bucketing, gap filling, and time zone calculations.
Drift is a type-safe SQL persistence library and relational mapper that provides a structured way to map database tables to classes and execute SQL queries with build-time validation. It functions as a type-safe query builder and a wrapper for SQLite and PostgreSQL, eliminating manual result set parsing by binding query outputs to native objects. The project distinguishes itself through a build-time code generation system that produces type-safe APIs and validates raw SQL statements against database versions before execution. It features reactive query streaming, which transforms SQL queries
Extracts time components and calculates offsets directly within the database query.