Jonathan Brumley
Jonathan Brumley
Can I use spatial from node, perhaps from the node-neo4j driver or any other?
It would be great to have one single command `address` or `set-address` that can set `http`, `https` and `bolt` (`-a`, `-s`, `-b`) For example ``` bash $ ineo set-address -a...
Hi, any plans to port to jade soon? JB
**UPD** Stackblitz demo link: **[https://stackblitz.com/edit/vscroll-react](https://stackblitz.com/edit/vscroll-react?file=src%2Findex.tsx)**. _________ What is the best way to implement in react. I currently have this, but I cant get the virtual scrolling to work, I just...
Support for named in-memory database: `file:memdb1?mode=memory&cache=shared` You can find more information here: https://www.sqlite.org/inmemorydb.html The use case is more for testing multi-tenant apps, where you have a `main` database and you...