Coder Social home page Coder Social logo

jedi-studio / verse.db Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 0.0 375 KB

verse.db isn't just a database, it's your universal data bridge. Designed for unmatched flexibility, security, and performance, verse.db empowers you to manage your data with ease.

Home Page: https://versedb.jedi-studio.com

License: MIT License

JavaScript 0.03% TypeScript 99.97%
database database-management database-schema databases json multi-database multi-database-access multi-database-connection multi-database-types sql yaml verse-database verse-db versedb

verse.db's Introduction

Verse.db Logo

Unlock the potential of your data with Verse.db, the premier data management tool that transcends the ordinary database experience. With unparalleled flexibility, security, and performance, Verse.db empowers you to wield your data with precision and ease.

Elevate Your Data Experience

  • Flexible: Seamlessly manage various data formats including JSON, YAML, SQL, and more.
  • Secure: Safeguard your data with robust encryption and security features.
  • Performance-Driven: Experience lightning-fast performance for all your data operations.
  • Real-Time Data Store: Harness the power of real-time data storage for instantaneous updates and access to your data. Keep your applications synchronized and up-to-date with the latest information.
  • Logging System for Developers: Streamline your development process with Verse.db's built-in logging system. Gain insights into your application's behavior and track changes effectively. Debugging and troubleshooting become effortless with detailed logs at your disposal.
  • Support for Complex Queries: Effortlessly execute complex queries with Verse.db's advanced query capabilities. Utilize powerful filtering, sorting, and aggregation functionalities to extract valuable insights from your data with ease.
  • User-Friendly Interface: Enjoy an intuitive and easy-to-use interface that simplifies data management tasks for developers of all levels. Whether you're a seasoned professional or a beginner, Verse.db ensures a smooth and seamless experience.
  • Continuous Improvement: Benefit from regular updates and enhancements to ensure Verse.db stays ahead of the curve. Our dedicated team is committed to delivering the best-in-class data management solution tailored to your needs.

Tests of Verse.db Tests deployments NPM Version NPM Downloads Github Repo Size LICENSE Contributors Commit

Discover Verse.db

Introduction

Verse.db is your go-to solution for managing data files effortlessly within a designated folder structure. It provides a comprehensive set of methods for adding, editing, deleting, and retrieving data across various file formats including JSON, YAML, SQL, and more. This comprehensive wiki offers detailed examples and practical usage scenarios to seamlessly integrate Verse.db into your projects.

Easy Installation

To begin harnessing the power of Verse.db, kickstart your installation journey via npm. Open your terminal and execute the following command:

npm install verse.db
# or
yarn add verse.db
# or
bun add verse.db
# or
pnpm add verse.db
  • Alternatively, you can utilize:
npm create verse.db@latest
# or
yarn create verse.db@latest
# or
bun create verse.db@latest
# or
pnpm create verse.db@latest

Import and Initialization

Set up your database connection effortlessly with the .connect method:

const versedb = require("verse.db");
// or
import versedb from "verse.db";

const adapterOptions = {
  adapter: "json" | "yaml" | "sql", // Specify the adapter type: json, yaml, or sql
  dataPath: "./Data", // Define the data folder path
  devLogs: { enable: true, path: "./Logs" }, // Configure development logs path
  secure: { enable: false, secret: "" }, // Set up data encryption with your secret key
  backup: { enable: false, path: "", retention: 0 }, // Backup functionality under development
};

const db = new versedb.connect(adapterOptions); // Connect to the database

Note*: You can create multiple databases simultaneously with/without the same extension.

Comprehensive Documentation

For detailed information on usage, operations, and methods, visit Verse.db Documentation. Unlock the full potential of Verse.db and elevate your data management experience today!

Soon: SQOL

  • In the future updates we will introduce our new brand database SQOL: (Structured Query Object Language). Stay tuned ;).
  • Check it out its structure on Git-Hub.

verse.db's People

Contributors

anas799 avatar marco5dev avatar marcoverse avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

verse.db's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.