query-language

Tag

Cards List
#query-language

You can't prompt-inject a query the grammar can't express

Reddit r/AI_Agents · 2026-09-01

The article describes an approach to prevent prompt injection attacks in AI agents by designing a query language that excludes destructive commands at the grammar level, making such attacks impossible.

0 favorites 0 likes
#query-language

A better SQL in 11 lines of code

Hacker News Top · 2026-08-29 Cached

This article introduces Prela, a new query language based on binary relations, and provides a Python tutorial to build a toy version, demonstrating its simplicity compared to SQL.

0 favorites 0 likes
#query-language

@svpino: These guys are building a new search engine for agents: • They have their own crawler • They have their own web index •…

X AI KOLs Timeline · 2026-08-25 Cached

KeenableAI is announced as an AI-native search engine specifically for AI agents, featuring its own crawler, web index, and infrastructure to improve latency, quality, and cost efficiency.

0 favorites 0 likes
#query-language

Things I want in a modern relational query language

Lobsters Hottest · 2026-08-19 Cached

The article discusses desired features for a modern relational query language, critiquing SQL's shortcomings and suggesting improvements based on functional programming, better syntax, and user-defined types.

0 favorites 0 likes
#query-language

Time to Move On: Querying Without Nulls and Bags

Hacker News Top · 2026-08-13 Cached

An academic paper arguing that SQL's use of nulls and bags is unnecessary, and presenting the fully normalized, null-free language Rel as evidence that set semantics can replace these features.

0 favorites 0 likes
#query-language

ProbSPARQL: Querying Knowledge Graphs with Multi-dimensional, Uncertain Numeric Data

arXiv cs.AI · 2026-07-22 Cached

ProbSPARQL is an upward-compatible SPARQL extension that models uncertain numeric values as random variables with probabilistic RDF literal datatypes, enabling distribution-aware queries, probabilistic filters, and divergence-based joins. Implemented on Apache Jena ARQ, it addresses challenges in querying multi-dimensional uncertain measurement data from circular manufacturing knowledge graphs.

0 favorites 0 likes
#query-language

ExplAIner: A Declarative Query Language for Explaining Classification Models

arXiv cs.AI · 2026-07-08 Cached

This paper introduces ExplAIner, a declarative query language for explaining classification models, addressing limitations of the FOIL language by supporting abductive, contrastive, and optimality-based explanations with tractable evaluation over Boolean circuits.

0 favorites 0 likes
#query-language

Implementing a Custom Query Language with Python and Apache Spark

Lobsters Hottest · 2026-06-23 Cached

A technical guide on implementing a custom query language (EHQL) using Python and Apache Spark, with a focus on grammar definition and parsing using Lark.

0 favorites 0 likes
#query-language

Datalog

Lobsters Hottest · 2026-06-15 Cached

Comprehensive notes on Datalog: what it is, how to implement it in various languages, and its applications in program analysis, with code examples and resources.

0 favorites 0 likes
#query-language

CQL: Categorical Databases

Hacker News Top · 2026-05-30 Cached

CQL is an open-source tool that uses category theory to perform database operations such as querying, migrating, and integrating data with built-in correctness guarantees through theorem proving.

0 favorites 0 likes
#query-language

A SQL-Inspired Query Language Designed for Event Sourcing (2025)

Hacker News Top · 2026-05-13 Cached

EventQL is a SQL-inspired query language designed for event sourcing, offering first-class support for event properties, subject hierarchies, and SQL-like expressiveness to efficiently query event streams.

0 favorites 0 likes
#query-language

Designing a Custom Query Language for Non-Technical Analysts

Lobsters Hottest · 2026-05-13 Cached

The author details the process of designing a custom query language tailored for non-technical analysts to filter vehicle maintenance data, outlining user needs, data schema, and specific use cases.

0 favorites 0 likes
← Back to home

Submit Feedback