Graph query for sqlite
An SQL-friendly ORM for Node.js
🛡️ Faster SQL escape and format for JavaScript (Node.js, Bun, and Deno).
Simple SQL escape and format for MySQL
Driver for connection to Databricks SQL via Thrift API.
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
Microsoft Graph Client Library
Summarize any SQL query
A JavaScript library for connecting securely to your Cloud SQL instances
SQL query construction and analysis.
ES2015 tagged template string for preparing SQL statements, works with `pg`, `mysql`, `sqlite` and `oracledb`
For documentation, see https://www.atdatabases.org/docs/split-sql-query
React Query Builder component for constructing queries and filters, with utilities for executing them in various database and evaluation contexts
PostgreSQL interface for Node.js
Microsoft SQL Server client for Node.js.
A batteries-included SQL query & schema builder for PostgresSQL, MySQL, CockroachDB, MSSQL and SQLite3
A SQL parser and executer for Cosmos DB
Fastest full featured PostgreSQL client for Node.js
Formats SQL queries. Part of SQLTools
Graph layout for JavaScript
Postgres everywhere - your data, in sync, wherever you need it.
Utilities for SQL instrumentations
Complete WASM toolkit for edge AI: vector search, graph DB, neural networks, DAG workflows, SQL/SPARQL/Cypher, and ONNX inference - all running in browser
SQL analyzer tool for SAP HANA
Reportme is a thin ruby wrapper around your reporting sql queries which empowers you to automate, historicize, graph and mail them in an easy manner.
BindLogAnalyzer analyzes a Bind query log file and stores its data into a SQL database using ActiveRecord. It provides a fancy web interface to show some query stats and graphs.
ReportMe is a thin ruby wrapper around your reporting sql queries which empowers you to automate, historicize, graph and mail them in an easy manner.
GQLite is a Rust-language library, with a C interface, that implements a small, fast, self-contained, high-reliability, full-featured, Graph Query database engine. GQLite support multiple database backends, such as SQLite and redb. This enable to achieve high performance and for application to combine Graph queries with traditional SQL queries. GQLite source code is license under the [MIT License](LICENSE) and is free to everyone to use for any purpose. The official repositories contains bindings/APIs for C, C++, Python, Ruby and Crystal. The library is still in its early stage, but it is now fully functional. Development effort has now slowed down and new features are added on a by-need basis. It supports a subset of OpenCypher, with some ISO GQL extensions. Example of use -------------- ```ruby require 'gqlite' begin # Create a database on the file "test.db" connection = GQLite::Connection.new filename: "test.db" # Execute a simple query to create a node and return all the nodes value = connection.execute_oc_query("CREATE () MATCH (n) RETURN n") # Print the result if value.nil? puts "Empty results" else puts "Results are #{value.to_s}" end rescue GQLite::Error => ex # Report any error puts "An error has occured: #{ex.message}" end ``` The documentation for the GQL query language can found in [OpenCypher](https://auksys.org/documentation/5/libraries/gqlite/opencypher/) and for the [API](https://auksys.org/documentation/5/libraries/gqlite/api/).
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.