From d6fad111c6bed84914a8bc2d9e9a0b4751a77e4b Mon Sep 17 00:00:00 2001 From: Alexey Romanov Date: Fri, 10 Oct 2014 11:44:50 +0400 Subject: [PATCH] Add esqlite mention to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dd07a7a..d1922ec 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ It is compatible with Windows and Linux, and should probably work on other OSes [![Build Status](https://travis-ci.org/alexeyr/erlang-sqlite3.svg?branch=master)](https://travis-ci.org/alexeyr/erlang-sqlite3) +See also [esqlite](https://github.com/mmzeeman/esqlite) for an alternative library. + ## Requirements Erlang/OTP R16B or 17.x is required, and SQLite 3 minimum version is 3.6.1. See R14B branch for older Erlang versions.