ports/databases/neo4j/files/neo4j.sh.in
Chris Rees 34f9c11fbb Neo4j is the world's leading Graph Database. It is a high performance graph
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
2016-08-25 02:19:15 +00:00

7 lines
134 B
Bash

#!/usr/bin/env bash
#
# $FreeBSD$
. %%PREFIX%%/libexec/neo4j/neo4j-shared.sh
exec %%PREFIX%%/libexec/neo4j/$(basename $0) ${1+"$@"}