Skip to content

Commit

Permalink
Remove very old legacy-support
Browse files Browse the repository at this point in the history
  • Loading branch information
burbas committed Aug 8, 2023
1 parent ddf5bd0 commit 3177c6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
BossDB: A sharded, caching, pooling, evented ORM for Erlang
===========================================================

[![Build and test](https://github.com/burbas/boss_db/actions/workflows/workflow.yml/badge.svg?branch=master)](https://github.com/burbas/boss_db/actions/workflows/workflow.yml)

Attention! This is a master branch supporting Erlang 21 and above. For older Erlang versions use legacy branch.

Supported databases
Expand Down
7 changes: 0 additions & 7 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,12 @@
]}.

{deps, [
{lager, {git, "https://github.com/erlang-lager/lager.git", {tag, "3.6.7"}}},
{erlando, {git, "https://github.com/ChicagoBoss/erlando.git", {ref, "680688f"}}},
{aleppo, {git, "https://github.com/ErlyORM/aleppo.git", {tag, "v0.9.4"}}},
{medici, {git, "https://github.com/ErlyORM/medici.git", {ref, "bb6167459d"}}},

% for Erlang 17 uncomment line below (using legacy branch of bson)
%{bson, {git, "https://github.com/comtihon/bson-erlang", {branch, "legacy"}}},
%{mongodb, {git, "https://github.com/comtihon/mongodb-erlang", {tag, "v0.7.9"}}},

% riak_pb not compatible with Erlang 18, so commented for now
% uncomment line below if you need Riak support and have Erlang < 18
%{riakc, {git, "https://github.com/ErlyORM/riak-erlang-client.git", {tag, "1.3.0-boss"}}},

{ddb, {git, "https://github.com/ErlyORM/ddb.git", {tag, "v0.1.7"}}},
{epgsql, {git, "https://github.com/epgsql/epgsql.git", {tag, "4.2.0"}}},
{erlmc, {git, "https://github.com/ErlyORM/erlmc.git", {ref, "c5280da"}}},
Expand Down

0 comments on commit 3177c6e

Please sign in to comment.