JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q23850F
  • License Apache-2.0

A Database and BackEnd Package For NekroJS Framework.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (roson) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    RosonJS - Database And Backend Framework!

    Roson

    License Sponsors

    Database API

    newDatabase :

    advanced :

    • Type Boolean
    • Opens Database Configure

    databaseName :

    • Type String
    • Defines Databases Name for Accessing

    databaseHost :

    • Type URL Or String
    • Defines Databases Host

    databasePort :

    • Type String
    • Defines Databases Host port

    databaseUser :

    • Type Username String
    • Defines Owner of Database

    databasePassword :

    • Type String
    • Locks Database With Password

    getDatabase :

    database :

    • Type Database
    • Required.

    key :

    • Type Database Object
    • Required

    InDatabase :

    database :

    • Type Database
    • Required.

    key :

    • Type Database Object
    • Required

    changeKey :

    database :

    • Type Database
    • Required.

    key :

    • Type Database Object
    • Required

    element :

    • Type Database element
    • Required

    setKey :

    database :

    • Type Database
    • Required.

    key :

    • Type Database Object
    • Required

    data :

    • Type Database data
    • Required

    subKey :

    database :

    • Type Database
    • Required.

    key :

    • Type Database Object
    • Required

    number :

    • Type Number
    • Required

    addKey :

    database :

    • Type Database
    • Required.

    key :

    • Type Database Object
    • Required

    number :

    • Type Number
    • Required

    all :

    database :

    • Type Database
    • Required.

    deleteKey :

    database :

    • Type Database
    • Required.

    key :

    • Type Database Object
    • Required.

    deleteAll :

    database :

    • Type Database
    • Required.

    Backend API

    It's Not Fits Here bruh

    Backend API Doc Will coming soon In Github!