mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
store with all the features expected of a mature and robust database, like a friendly query language and ACID transactions. The programmer works with a flexible network structure of nodes and relationships rather than static tables yet enjoys all the benefits of enterprise-quality database. For many applications, Neo4j offers orders of magnitude performance benefits compared to relational DBs. WWW: https://neo4j.com
7 lines
134 B
Bash
7 lines
134 B
Bash
#!/usr/bin/env bash
|
|
#
|
|
# $FreeBSD$
|
|
|
|
. %%PREFIX%%/libexec/neo4j/neo4j-shared.sh
|
|
|
|
exec %%PREFIX%%/libexec/neo4j/$(basename $0) ${1+"$@"}
|