Skip to content

v0.9.1

Latest
Compare
Choose a tag to compare
@SpcFORK SpcFORK released this 16 Aug 18:14
· 3 commits to main since this release
d10a6b9

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