Transform your applications and workflows into powerful agentic systems at global scale.
Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
Start Free
Veeam Data Platform v13.1
Move workloads across hypervisors and clouds with no vendor lock-in. Try VDP free today.
Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
Framework to Dynamically create Linq queries against an SQL database in C# 3.0 that automatically populates an ObservableCollection for WPF binding Also includes an Observable EntitySet<T> Wrapper to bind an EntitySet to WPF controls ItemsSource
ShelveDB is a pure python SQL-like database engine, where queries are preformed in analogous python syntax. It uses only built-in modules and shelve as the data structure. It has regular expression searching, plus native python typing and type checking.
NyxSql is an opensource licensed database front-end. It supports data preview, sqlqueries, usermanager, import, export, processmanager and so on. Please be aware, that it is currently still in beta. Supported dbms: MySql,Oracle,MSSql,Odbc
PHPersistencia is a database persistence layer for PHP, offering Object Oriented interface to access the data, generating sqlqueries transparently for insert/update, selecting data as object collection and verifing data types without database access
XDBP is a daemon application enabling clients to make database queries without using RDBMS or operating system specific drivers and libriaries. The system works by processing custom XML data sent through sockets into the specified database calls.
New customers can spin up VMs, build with AI, and query data at no cost.
Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
Query2XML allows you to transform the records retrieved with one or more SQL SELECT queries into XML data. Very simple to highly complex transformations are supported. It was written with performance in mind and does not require any XSLT.
This package enables developers to run multiple SQLqueries concurrently. The advantage realized by doing this is faster end-user response because instead of serializing queries, one after another, they are executed at once.
RDQuery is a wrapper system, which enables Semantic Web applications to access and query data actually stored in relational databases using their own built-in functionality. RDQuery automatically translates SPARQL and RDQL queries into SQL.
NewfieQ manages mutable SQLqueries stored in an XML source file. Base queries are modified with named boolean conditions and variables. Schemas are assigned to table names via a property file for switching between test and production on a single system.
Querylog is a console tool for performing SQLqueries on a (log) files. Lines from one or more text files or stdin are matched, using regular expressions to an in memory database on which SQLqueries can be performed.
Simple Tools for Executing Queries Everywhere - simple, multi-platform GUI and command line tools for executing queries against multiple database systems
isiXML is a search engine developed in JavaScript where you can make queries to a xml, showing only the necessary data. The structure when doing those queries is very similar to the one SQL uses.
jSQLView is a Java GUI/Swing application for users to retrieve data from SQL databases on remote and local hosts using available or custom drivers. Tables are shown graphically and queries and updates are automatically generated for quick view and update.
Pony is an object-relational mapper. The most interesting feature of Pony is its ability to write queries to the database using generator expressions. Pony works with entities which are mapped to a SQL database. Using generator syntax for writing queries allows the user to formulate very eloquent queries. It increases the level of abstraction and allows a programmer to concentrate on the business logic of the application.
Following is an example of a query in Pony:
select(p for p in Product if p.name.startswith('A') and p.cost <= 1000)
Pony translates queries to SQL using a specific database dialect. ...
Driver based data access layer writen in Java. With it you can execute SQLqueries between data stored in different format, servers, ... if there is a driver to access them.
The Flamenco search and browse interface framework uses hierarchical faceted metadata to allow users to both refine and expand queries, while maintaining a consistent representation of a collection and seamlessly integrating keyword queries.
A utility that helps developers to access SQL databses and convert them to Objects. Each table in the database becomes a RecordStore Object and each Record becomes a Record Object. Multiple queries on same data generates no duplicates.
FreeQueryBuilder a java tool that allow you to create SQLqueries without directly writing SQL. Works with any JDBC compliant database (ORACLE,MySQL,HSQLDB,Firebird).
A cgi program written in Python that turns HTTP GET and POST queries into SQLqueries, runs them, turns the results into XML, and then returns the XML as the response to the HTTP query. It also supports returning a single BLOB as the whole response.