Skip to content

Releases: SpcFORK/replit-database-oak

v0.9.1

16 Aug 18:14
d10a6b9
Compare
Choose a tag to compare

A basic Replit DB client with a few utilities.

Client()
        // @ Returns
	{
		key: _key
		get: get
		set: set
		delete: delete
		list: list
		empty: empty
	}

getKey()
	-	Gives you DB location.
init()
	-	Returns an object with select Replit env secrets.

Full Changelog: https://github.com/SpcFORK/database-oak/commits/Optimal