Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Version 9.1.0

Compare
Choose a tag to compare
@Zelak312 Zelak312 released this 25 Mar 21:03
· 23 commits to master since this release
d576c48

New Features

  • unshift: Performes Array.unshift on arrays
  • pop: Performes Array.pop on arrays
  • shift: Performes Array.shift on arrays
  • normalKeys: Permits toogling between dot notation or disabling it
  • startsWith: Helper function to search for all entries (on ids) that startsWith a string
  • createSingleton: Create a single instance of the class or return the already created instance
  • tableAsync: Fix for table function, this function returns a promise

Drivers

Added Drivers

  • JSONDriver: For using json as a database
  • MemoryDriver: Stored in memory (which is not persistent)
  • MongoDriver: For using mongodb as a databse with quick.db

Changed Drivers

  • MYSQLDriver: Change the library used from promise-mysql to mysql2