Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarekraafat/skalex
Simple & intuitive way to manage collections of data.
https://github.com/tarekraafat/skalex
collections-management collections-manager customizable data-management database db document-based document-based-db fast-database file-based-database flexible flexible-database hacktoberfest lightweight lightweight-database local-database modern-database scalable scalable-database versatile
Last synced: about 1 month ago
JSON representation
Simple & intuitive way to manage collections of data.
- Host: GitHub
- URL: https://github.com/tarekraafat/skalex
- Owner: TarekRaafat
- License: apache-2.0
- Created: 2023-05-20T07:59:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-03T10:05:12.000Z (about 1 year ago)
- Last Synced: 2024-04-14T06:33:25.129Z (7 months ago)
- Topics: collections-management, collections-manager, customizable, data-management, database, db, document-based, document-based-db, fast-database, file-based-database, flexible, flexible-database, hacktoberfest, lightweight, lightweight-database, local-database, modern-database, scalable, scalable-database, versatile
- Language: JavaScript
- Homepage: https://tarekraafat.github.io/skalex
- Size: 348 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Skalex
[![GitHub package.json version](https://img.shields.io/github/package-json/v/TarekRaafat/skalex)](https://github.com/TarekRaafat/skalex)
[![npm](https://img.shields.io/npm/v/skalex)](https://www.npmjs.com/package/skalex)
![100% Javascript](https://img.shields.io/github/languages/top/TarekRaafat/skalex?color=yellow)
![Zero Dependencies](https://img.shields.io/badge/Dependencies-0-blue.svg)
![Yes Maintained](https://img.shields.io/badge/Maintained%3F-yes-success)
[![npm](https://img.shields.io/npm/dm/skalex?label=npm)](https://www.npmjs.com/package/skalex)
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/TarekRaafat/skalex)## Introduction
The `Skalex` DB provides a simple and intuitive way to manage collections of data in a database-like manner in pure vanilla JavaScript. It allows you to create collections, insert and retrieve data, update and delete documents, and perform queries on the data in a simple yet highly flexible way to scale any application quickly and easily, while customizing your data according to your specific needs.
---
## Documentation:
- For usage & configuration details check out **Skalex** **docs** :notebook_with_decorative_cover:
---
## Support
Technical questions and support, please post your question on Stack Overflow using the below tag
- Stack Overflow [skalex][stackOverflow]
General questions or new ideas for `Skalex` please start a discussion on Github using the below link
- Github [Discussions]
[Discussions]: https://github.com/TarekRaafat/skalex/discussions
[stackoverflow]: https://stackoverflow.com/questions/tagged/skalex---
## Author
**Tarek Raafat**
- Email: [email protected]
- Github: [github.com/TarekRaafat](https://github.com/TarekRaafat/)---
## License
Released under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0).
© 2023 [Tarek Raafat](http://www.tarekraafat.com)