1.0.11 • Published 11 months ago

rosodb-client v1.0.11

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

Badges

MIT License

Authors

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

  npm install rosodb-client

Usage/Examples

    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

1.0.11

11 months ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.10

1 year ago

1.0.6

1 year ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago