From 5077d1623399e87039ca1020df04fe3a97617bb4 Mon Sep 17 00:00:00 2001 From: Caleb Cox Date: Wed, 4 Sep 2024 20:05:38 -0500 Subject: [PATCH] Document minimum supported Deno version --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3779df8..ff007bf 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ encounter. Note that the `master` branch might contain new or breaking features. The versioning guarantee applies only to [tagged releases](https://github.com/dyedgreen/deno-sqlite/releases). +This module relies on filesystem APIs stabilized in Deno v1.44. To use it with +earlier Deno versions, you must pass the `--unstable-fs` flag when running +your application. + ## Documentation Documentation is available [Deno Docs](https://deno.land/x/sqlite). There is