Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/only-cliches/Nano-SQL

Universal database layer for the client, server & mobile devices. It's like Lego for databases.
https://github.com/only-cliches/Nano-SQL

csv database history indexeddb isomorphic json leveldb localstorage nodejs nosql orm orm-library persistence rdbms sql sqlite taffydb trie typescript

Last synced: about 1 month ago
JSON representation

Universal database layer for the client, server & mobile devices. It's like Lego for databases.

Awesome Lists containing this project

README

        

# Monorepo for nanoSQL 2.0
For 1.X releases, you can go [here](https://github.com/ClickSimply/Nano-SQL/tree/1.X/).

### All links here send you to github source folders.

## Packages
- [Core](https://github.com/ClickSimply/Nano-SQL/tree/master/packages/Core)

### Adapters
- [DynamoDB](https://github.com/ClickSimply/Nano-SQL/tree/master/packages/Adapter-DynamoDB)
- [SQLite (NodeJS/Electron)](https://github.com/ClickSimply/Nano-SQL/tree/master/packages/Adapter-SQLite3)
- [SQLite (Cordova)](https://github.com/ClickSimply/Nano-SQL/tree/master/packages/Adapter-SQLite-Cordova)
- [SQLite (NativeScript)](https://github.com/ClickSimply/Nano-SQL/tree/master/packages/Adapter-SQLite-NativeScript)
- [React Native](https://github.com/ClickSimply/Nano-SQL/tree/master/packages/Adapter-ReactNative)
- [Redis](https://github.com/ClickSimply/Nano-SQL/tree/master/packages/Adapter-Redis)
- [MySQL](https://github.com/ClickSimply/Nano-SQL/tree/master/packages/Adapter-MySQL)
- [MongoDB](https://github.com/ClickSimply/Nano-SQL/tree/master/packages/Adapter-MongoDB)
- [ScyllaDB/Cassandra](https://github.com/ClickSimply/Nano-SQL/tree/master/packages/Adapter-ScyllaDB)

## Plugins
- [Redis Index](https://github.com/ClickSimply/Nano-SQL/tree/master/packages/Plugin-RedisIndex)
- [Search](https://github.com/ClickSimply/Nano-SQL/tree/master/packages/Plugin-Search)

# WIP
Items here are planned but not yet released.

### Plugins
- [Net](https://github.com/ClickSimply/Nano-SQL/tree/master/packages/Plugin-Net)
- [Backups](https://github.com/ClickSimply/Nano-SQL/tree/master/packages/Plugin-Backups)
- [Encryption](https://github.com/ClickSimply/Nano-SQL/tree/master/packages/Plugin-Encryption)
- [History](https://github.com/ClickSimply/Nano-SQL/tree/master/packages/Plugin-History)
- [Date](https://github.com/ClickSimply/Nano-SQL/tree/master/packages/Plugin-Date)
- [Map Reduce](https://github.com/ClickSimply/Nano-SQL/tree/master/packages/Plugin-MapReduce)

### Query Support
- [GraphQL](https://github.com/ClickSimply/Nano-SQL/tree/master/packages/Query-GraphQL)
- [MongoDB QL](https://github.com/ClickSimply/Nano-SQL/tree/master/packages/Query-MongoDB-QL)
- [SQLite](https://github.com/ClickSimply/Nano-SQL/tree/master/packages/Query-SQLite)

# Help

## [Documentation](https://nanosql.gitbook.io/docs/)
## [Github Issues](https://github.com/ClickSimply/Nano-SQL/issues)

# Contributing

nanoSQL is an **OPEN Open Source Project**. This means that:

> Individuals making significant and valuable contributions are given commit-access to the project to contribute as they see fit. This project is more like an open wiki than a standard guarded open source project.

Read more details [here](http://openopensource.org/).

# MIT License

Copyright (c) 2019 Scott Lott

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.