Wednesday, 19 October 2016
Interesting Snippets from 2016-10-19
-
GitHub - web-pal/DBGlass: PostgreSQL client built with Electron.
Simple cross-platform PostgreSQL client. Built with Electron, React, Redux, FixedDataTable.
-
GitHub - rickbergfalk/sqlpad: Web-based SQL editor
A web app for writing and running SQL queries and visualizing the results. Supports Postgres, MySQL, SQL Server, Crate, Vertica, and Presto. Written in Node.js.
-
GitHub - tidwall/summitdb: In-memory NoSQL database
SummitDB is an in-memory, NoSQL key/value database. It persists to disk, uses the Raft consensus algorithm, is ACID compliant, and built on a transactional and strongly-consistent model. It supports custom indexes, geospatial data, JSON documents, and user-defined JS scripting.