Skip to content

The JavaScript Database, for Next.js, electron and the browser

License

Notifications You must be signed in to change notification settings

tate2301/nedb-electron-nextjs

 
 

Repository files navigation

Read the documentation at the original repo

Built for use with Next.js and electron

This repo does one very specific thing, in the Persistence module, it prefers using path from a global.path then falls back to require("path") if global.path is undefined. This behavior is to allow next.js developers to get path from contextBridge in electron then set global.path variable for use in modules that require it.

About

The JavaScript Database, for Next.js, electron and the browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.5%
  • Other 0.5%