1.0.5 • Published 4 years ago

zerocord.db v1.0.5

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

ZeroCord Database

NPM

ZeroCord.db is a simple sqlite database that allows you to interact with databases with 0 knowledge.



Examples

let Discord = require("discord.js");
let db = require("zerocord-db");

let prefix = args.joins(" ");

db.set(`prefix.${message.guild.id}, prefix`);

What's ZeroCord?

ZeroCord's database is a wrapper to use it for  better-sqlite3.
It's simple to use and for help new members
who are just getting into development.
All data in zerocord.db is stored persistently in a database.
Here is an example of setting an object in the database you will also need a file called josn.sqlite.
1.0.5

4 years ago

1.0.4-b22

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago