Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 2.18 KB

databases.md

File metadata and controls

23 lines (21 loc) · 2.18 KB

Databases

Databases implemented in Swift.

  • Dgraph - Scalable, distributed, low latency, high throughput Graph database with GraphQL as the query language
  • MongoDB - an open-source document database, and the leading NoSQL database.
  • RethinkDB - An open-source distributed document database with a pleasant and powerful query language.
  • EJDB - Embedded JSON Database engine. (C)
  • lowdb - Flat file database built on lodash API. (Javascript)
  • Lawnchair - A lightweight clientside document store. (Javascript)
  • JSON ODM - Object document mapper for JavaScript to use on the server or in the browser. (Javascript)
  • JSON Server - Get a full fake REST API with zero coding in less than 30 seconds.
  • Kinto - A lightweight JSON storage service with synchronisation and sharing abilities.
  • CouchDB - Seamless multi-master sync, that scales from Big Data to Mobile, with an Intuitive HTTP/JSON API and designed for Reliability.
  • JSONlite - A simple, self-contained, serverless, zero-configuration, json document store. (Bash)
  • Realm - A mobile database that runs directly inside phones, tablets or wearables.
  • SQLite.swift - A pure Swift framework wrapping SQLite3. Small. Simple. Safe.
  • SwiftData - A simple and effective wrapper around the SQLite3 C API written completely in Swift.
  • Squeal - A Swift wrapper for SQLite databases.
  • SQLiteDB - Basic SQLite wrapper for Swift.
  • SwiftMongoDB - A Swift driver for MongoDB.
  • Algolia - Hosted cloud search as a service.
  • FaunaDB - Pay-as-you-go cloud database with ACID transactions and on-premise licensing available.