How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
A simple, flexible, and beautiful graph-data abstraction for php.
The main features of spider/spider are: Database Drivers.
Projects with overlapping indexed features include: brianc/node-postgres — This project is a Node.js client for PostgreSQL databases, providing a protocol parser to translate raw binary streams… c410-f3r/wtx — A collection of different transport implementations and related tools focused primarily on web technologies. cleishm/libneo4j-client — neo4j-client. elixir-ecto/postgrex — PostgreSQL driver for Elixir. felixge/node-mysql — This project is a pure JavaScript database driver for Node.js that implements the native MySQL binary protocol. It… anormcypher/anormcypher — Table of Contents.
This project is a Node.js client for PostgreSQL databases, providing a protocol parser to translate raw binary streams into JavaScript objects. It serves as a driver for executing queries, managing data, and integrating Node.js applications with PostgreSQL backends. The library includes a connection pool manager to reduce network overhead by caching reusable connections and a result streamer that uses cursors to retrieve large datasets incrementally. It also functions as an event listener for subscribing to asynchronous server-side notifications to trigger real-time application events. Broad
A collection of different transport implementations and related tools focused primarily on web technologies.