awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesExample-Based Code Queries

Using any code snippet as a query to find structurally similar code, without requiring knowledge of abstract syntax trees.

Distinct from Code Search: Distinct from Code Search: focuses on querying by example snippet rather than natural language or regex patterns.

Explore 3 awesome GitHub repositories matching data & databases · Example-Based Code Queries. Refine with filters or upvote what's useful.

Awesome Example-Based Code Queries GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • abel533/mapperabel533 का अवतार

    abel533/Mapper

    7,370GitHub पर देखें↗

    Mapper is a MyBatis-specific library that provides annotation-driven object-relational mapping, enabling single-table CRUD operations without writing SQL or XML. It uses Java reflection and field-level annotations to map entity fields to database columns, configure primary key generation strategies, and generate mapper interfaces and model classes from database schemas. The library distinguishes itself through several practical capabilities. It includes a safe operation guard that blocks delete and update calls lacking query conditions, preventing accidental full-table modifications. Its exam

    Builds dynamic WHERE clauses by populating fields on a plain Example object.

    Javamappermybatismybatis-plugin
    GitHub पर देखें↗7,370
  • spring-projects/spring-data-examplesspring-projects का अवतार

    spring-projects/spring-data-examples

    5,421GitHub पर देखें↗

    यह प्रोजेक्ट Spring Data इकोसिस्टम के भीतर डेटा एक्सेस पैटर्न्स और रिपॉजिटरी एब्स्ट्रैक्शंस के लिए व्यावहारिक उदाहरणों का एक संग्रह प्रदान करने वाला एक संदर्भ कार्यान्वयन है। यह विभिन्न रिलेशनल और नॉन-रिलेशनल डेटाबेस में एक समान डेटा लेयर्स को लागू करने के लिए एक व्यापक प्रदर्शन के रूप में कार्य करता है। यह रिपॉजिटरी विशेष रूप से एक ही एप्लिकेशन के भीतर रिलेशनल, डॉक्यूमेंट और वेक्टर डेटाबेस को एकीकृत करके मल्टी-स्टोर पर्सिस्टेंस को प्रदर्शित करती है। इसमें विभिन्न डेटाबेस तकनीकों में उच्च-आयामी एम्बेडिंग्स और समानता खोजों को मैनेज करने के लिए वेक्टर सर्च के कार्यान्वयन शामिल हैं। कवर की गई अतिरिक्त क्षमताओं में नॉन-ब्लॉकिंग ऑपरेशंस के लिए रिएक्टिव डेटा एक्सेस और एसिंक्रोनस डेटा स्ट्रीम्स शामिल हैं। यह प्रोजेक्ट अहेड-ऑफ-टाइम संकलन के माध्यम से स्टार्टअप प्रदर्शन और मेमोरी उपयोग में सुधार करने के लिए नेटिव इमेज ऑप्टिमाइज़ेशन पर मार्गदर्शन भी प्रदान करता है। उदाहरण मल्टी-टेनेंट डेटा आइसोलेशन, डेटा रिपॉजिटरी APIs के डिज़ाइन, और जियोस्पेशियल व फुल-टेक्स्ट सर्च के एकीकरण को और स्पष्ट करते हैं।

    Generates dynamic database queries based on the state of a populated object instance.

    Java
    GitHub पर देखें↗5,421
  • biomejs/gritqlbiomejs का अवतार

    biomejs/gritql

    4,530GitHub पर देखें↗

    GritQL is an AST-based code transformation engine and structural search tool. It uses a declarative query language to identify and rewrite source code patterns across multiple programming languages by matching abstract syntax tree nodes rather than literal text. The system functions as an automated refactoring framework for large-scale migrations and API updates. It distinguishes itself by utilizing sequential transformation pipelines and reusable blueprints that can be synced between local environments and remote repositories. The tool covers a broad range of capabilities including static a

    Allows searching source code by providing an example code snippet as the query pattern.

    Rustastcodemodjavascript
    GitHub पर देखें↗4,530
  1. Home
  2. Data & Databases
  3. Semantic Search
  4. Code Search
  5. Example-Based Code Queries

सब-टैग एक्सप्लोर करें

  • Example Object Database QueriesBuilds dynamic WHERE clauses by populating fields on a plain Example object, avoiding hand-written SQL. **Distinct from Example-Based Code Queries:** Distinct from Example-Based Code Queries: focuses on database querying using Example objects, not code snippet similarity search.