2 repository-uri
Transforms user-provided identifiers like usernames or phone numbers into formatted API requests.
Distinct from Query Generation Patterns: Distinct from Query Generation Patterns: focuses on converting specific identifiers into API queries rather than generating database queries from schemas.
Explore 2 awesome GitHub repositories matching data & databases · Identifier-to-API Query Generators. Refine with filters or upvote what's useful.
SQLDelight is a Kotlin database library that validates SQL schema, statements, and migrations at compile time, generating type-safe Kotlin query functions from labeled SQL files. It treats SQL as the source of truth for database definitions, catching schema errors during the build process before they reach production. The library supports multiple database dialects including SQLite, MySQL, PostgreSQL, HSQL, and H2, and generates platform-specific code for Android, iOS, JVM, and JavaScript targets. It provides a platform-specific driver abstraction that handles database connectivity difference
Generates typed Kotlin query functions from labeled SQL statements at compile time.
GhostTrack is an open-source intelligence (OSINT) framework that aggregates geographic, network, and social identity information from public data sources. It functions as a digital footprint analyzer, collecting various pieces of publicly available information to build comprehensive profiles of target individuals. The framework combines multiple investigative capabilities into a single tool, including IP address geolocation, phone number intelligence, and social media username discovery. It distributes queries across external data services to maximize coverage and accuracy, resolving IP addre
Converts user-provided identifiers into formatted requests tailored to specific external API requirements.