Add Google Lovefield to the storage collection (#830)

* Add Google Lovefield to the storage collection

* fix: remove yolpo

Co-authored-by: Gökay Gürcan <github@gokaygurcan.com>
This commit is contained in:
mentamarindos 2022-08-11 03:44:01 -06:00 committed by GitHub
parent fba930624d
commit 1a65809c9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,7 +177,6 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
* [karma](https://github.com/karma-runner/karma) - Spectacular Test Runner for JavaScript.
* [nightwatch](https://github.com/nightwatchjs/nightwatch) - UI automated testing framework based on node.js and selenium webdriver.
* [intern](https://github.com/theintern/intern) - A next-generation code testing stack for JavaScript.
* [yolpo](http://www.yolpo.com) - A statement-by-statement JavaScript interpreter in the browser.
* [puppeteer](https://github.com/GoogleChrome/puppeteer) - Headless Chrome Node.js API by official Google Chrome team.
* [webdriverio](https://github.com/webdriverio/webdriverio) - Next-gen WebDriver test automation framework for Node.js.
* [taiko](https://github.com/getgauge/taiko) - A Node.js library with a simple API to automate Chromium based browsers.
@ -520,7 +519,8 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [datavore](https://github.com/StanfordHCI/datavore) - A small, fast, in-browser database engine written in JavaScript.
* [Hoodie](https://github.com/hoodiehq/hoodie) - Offline First backend to work in browser without internet connectivity.
* [NeDB](https://github.com/louischatriot/nedb) - Embedded Persistent database for Browsers, nw.js, electron.
* [Lovefield](https://google.github.io/lovefield) - Lovefield is a relational database for web apps, By Google.
## Color
* [randomColor](https://github.com/davidmerfield/randomColor) - A color generator for JavaScript.