https://standardjs.com JavaScript style guide, linter, and formatter
RediSQL is a fast, in-memory, SQL engine. Based on Redis, it is easy to use, works with standard SQL, and can reach speeds of up to 130,000 inserts per second. Due to its speed and storage mode, it is effective in creating lightweight, temporary databases for testing. The code is stable, so RediSQL can be used as a main database with on-disk storage if desired. RediSQL has complete JSON support and is fully text-searchable. There is full documentation available and guides on using RediSQL on Python, Node.js, and Golang
GitHub
GitHub - RedBeardLab/rediSQL: Redis module that provides a completely functional SQL database
Redis module that provides a completely functional SQL database - RedBeardLab/rediSQL