Is there a database built into the base system

Chuck Swiger cswiger at mac.com
Thu Apr 6 19:44:57 UTC 2017


On Apr 6, 2017, at 12:27 PM, Ernie Luzar <luzar722 at gmail.com> wrote:
> Looking for a simple database thats comes with the base system, is there one?

There's likely an old flavor of BerkeleyDB around if you just need a key-value store.

If you're looking for a SQL database, start with SQLite (cf databases/sqlite3 port),
and then look towards MySQL or Postgres.

Regards,
-- 
-Chuck








More information about the freebsd-questions mailing list