NeoEdge and neoPHP - Forum

Forum Navigation
You need to log in to create posts and topics.

NeoEdge and neoPHP

Hi,

When I use NeoEdge to run my app, it does not interact with my SQLite database, despite neophpserver is running. The same happens with NW.js. What might be the problem?

@egodyla using neoEdge and/or NWjs with neoPhp is not very usual.
As you are running your app as a desktop application, you are probably not using "localhost" in the URL, so be sure to use neoPhpSetPath command to let your app know where your web server root path is located.

Thank you Luis!

What is the alternative to run the app as a desktop application and accessing a database?

Thanks in advance!

@egodyla usually you may want to access a remote database using neoPhp or neoCms or any database API provider.
If you want a local database you may want to explore neoSQL plugin (to create and manage in-memory databases) and neoLocalStorage plugin to save and load it locally.

Thank you Luis...will try it!