Quick Online
![CodeFactor](https://www.codefactor.io/repository/github/darkboy-js/quick-online/badge)
An online version of quick.db
How to use 📚
const quickonline = require("quickonline");
const server = {
port: 8080,
username: "quick",
password: "online",
};
const host = new quickonline.host(server);
host.start();
Example ✏️
const quickonline = require("quickonline");
const server = {
url: "database-url",
username: "quick",
password: "online",
};
const dbo = new quickonline.bot(server);
async function qdbo() {
dbo.set("quick", "online");
console.log(await dbo.get("quick"));
}
qdbo();
dbo.set("math", 25);
dbo.add("math", 50);
dbo.subtract("math", 25);
dbo.delete("math");
dbo.has("math");
dbo.push("math", "fun");
dbo.pull("math", "fun");
dbo.startsWith("qu");
dbo.check();
dbo.all();
dbo.stop();
dbo.ping();
Reasons Why 📋
- Handy and simple to use.
- Quick and Easy setup with no hastle.
- Everything over internet, means no local storage.
Creators 💖
- ! Darkboy🍭#9966
- Sujal Goel#0001
- AzizJaber.#5414
- Lebyy_Dev#0899
Note
- You can ignore this if not using repl.it or glitch.com.
- For those who are using repl.it or glitch.com then you can use any of the following uptime service to uptime your database. So, that it won't go to sleep.