# rosodb-client

> The Client for ROSO

Latest version **1.0.11** (published 2023-06-25) · ISC license · 0 weekly downloads

## Install

```sh
npm install rosodb-client
pnpm add rosodb-client
yarn add rosodb-client
bun add rosodb-client
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.11 |
| Published | 2023-06-25 |
| First published | 2022-10-28 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 5.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | ThatFriendlyAsianDev |
| Maintainers | thatfriendlyasiandev |

## Links

- npm: https://www.npmjs.com/package/rosodb-client
- npm.io page: https://npm.io/package/rosodb-client

## Dependencies (1)

- [socket.io-client](https://npm.io/package/socket.io-client.md) ^4.5.3

## Recent versions

- 1.0.11 (latest) — 2023-06-25
- 1.0.10 — 2023-03-02
- 1.0.9 — 2023-03-02
- 1.0.8 — 2023-03-02
- 1.0.7 — 2023-03-02
- 1.0.6 — 2022-11-15
- 1.0.5 — 2022-11-02
- 1.0.4 — 2022-11-02
- 1.0.3 — 2022-11-02
- 1.0.2 — 2022-11-02
- 1.0.1 — 2022-10-28
- 1.0.0 — 2022-10-28

## README

## Badges

[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)
## Authors

- [@thatfriendlyasiandev](https://www.github.com/babymonie)

## Message from the author
Hello everyone,

I hope this message finds you well. As you may already know, RosoDB has not been actively developed for the past few months. However, I am excited to announce that I have found new motivation and will be taking on the responsibility of updating and fixing bugs on a regular basis going forward.

I have some great news to share with you all as well. We will be creating a dashboard for the database, which will make it much easier to manage. I know this has been a highly requested feature, and I am thrilled to be able to bring it to you.

Thank you for your patience during the development pause, and I look forward to bringing you the latest updates and improvements to RosoDB.

Best regards,
BabyMonie

# ROSO DB

RosoDB is a database solution that utilizes a mix of SQL and JSON. Its ease of use makes it an excellent option for individuals in need of a straightforward database solution. While you may be familiar with my other project, Causedb, I want to highlight that RosoDB is a superior choice due to its lighter, faster, and more secure performance.



# ROSO DB

RosoDB is a database solution that utilizes a mix of SQL and JSON. Its ease of use makes it an excellent option for individuals in need of a straightforward database solution. While you may be familiar with my other project, Causedb, I want to highlight that RosoDB is a superior choice due to its lighter, faster, and more secure performance.


## Tech Stack

**Client:** NODE.JS


## Installation

Install rosodb with npm

```bash
  npm install rosodb-client
```
    
## Usage/Examples

```javascript
    const Client =require('rosodb-client');
    const client = new Client("localhost",3000,"admin","123");
    client.connect();
    const userInfo = {
        username: "test",
        password: "123",
        email: "test@example.com",
        firstName: "Test",
        lastName: "User"
    };
    client.executeCommand("insert into table",{databaseName:"testDB",tableName:"testTable",data:userInfo});
    client.onResult((result)=>{
        console.log(result);
    });
```
## Features

- SQL Based comamnds
- Fast
- Light
- JSON Storage

## Appendix

Clients for more languages are coming soon.


## FAQ

#### How good is the speed

Decent,better than CauseDB.

#### What are the benefits of using this database?

One advantage is that it is specifically designed for simple projects where both the client and server are hosted on the same device. This means that if you were to host an API on a server, the database server would also be located there, simplifying your setup.
An additional advantage is that this database offers fast speeds and improved security. Your data will be processed quickly, and you can rest assured that it is being stored safely and securely.
## Feedback

If you have any feedback, please reach out to us at admin@keysys.mx.nf

---
_Source: https://npm.io/package/rosodb-client · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
