Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/google/lovefield
Lovefield is a relational database for web apps. Written in JavaScript, works cross-browser. Provides SQL-like APIs that are fast, safe, and easy to use.
https://github.com/google/lovefield
Last synced: about 1 month ago
JSON representation
Lovefield is a relational database for web apps. Written in JavaScript, works cross-browser. Provides SQL-like APIs that are fast, safe, and easy to use.
- Host: GitHub
- URL: https://github.com/google/lovefield
- Owner: google
- License: apache-2.0
- Archived: true
- Created: 2014-09-30T18:29:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T22:09:29.000Z (about 3 years ago)
- Last Synced: 2024-09-26T08:13:21.133Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://google.github.io/lovefield/
- Size: 51.5 MB
- Stars: 6,815
- Watchers: 190
- Forks: 367
- Open Issues: 55
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - google/lovefield - Lovefield is a relational database for web apps. Written in JavaScript, works cross-browser. Provides SQL-like APIs that are fast, safe, and easy to use. (JavaScript)
README
# Lovefield
[![Build Status](https://travis-ci.org/google/lovefield.svg?branch=master)](
https://travis-ci.org/google/lovefield)
[![NPM version](https://badge.fury.io/js/lovefield.svg)](https://badge.fury.io/js/lovefield)
[![Bower version](https://badge.fury.io/bo/lovefield.svg)](https://badge.fury.io/bo/lovefield)Lovefield is a relational database written in pure JavaScript.
It provides SQL-like syntax and works cross-browser (currently supporting
Chrome 37+, Firefox 31+, IE 11+, Edge, and Safari 10+).Please visit our
[public forum](https://groups.google.com/forum/#!forum/lovefield-users) for
general Q&A, feedback, and discussions.[Quick Start](demos/todo/README.md)
[Frequently Asked Questions](docs/FAQ.md)
[Specification](docs/spec_index.md)
[Developer Setup](docs/dev_setup.md)
[Design Documents](docs/dd_index.md)
Lovefield is
[Day 98 of 100 days of Google Dev](https://www.youtube.com/watch?v=S1AUIq8GA1k).
This is a quick 7-minute video filmed in August 2015.Live 30min overview presentation at JS.LA (February 2015): Watch on
[YouTube](https://www.youtube.com/watch?v=pwCzMFoheGw) or
[Vimeo](https://vimeo.com/118934273).