aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRichard Knight <q@1bpm.net>2022-08-25 18:34:30 +0100
committerRichard Knight <q@1bpm.net>2022-08-25 18:34:30 +0100
commit61f567d510c780549326a840cbd6c37769a1a93a (patch)
treed6bfdaee7f09a3c19198953c0bc9e42a779634f7 /README.md
parent9ac4dfb0f0ba5be3f21bd3904c99ba67543b1833 (diff)
downloadcsound-sqldb-61f567d510c780549326a840cbd6c37769a1a93a.tar.gz
csound-sqldb-61f567d510c780549326a840cbd6c37769a1a93a.tar.bz2
csound-sqldb-61f567d510c780549326a840cbd6c37769a1a93a.zip
update readmev1.7
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0b388b6..f77651e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
## Introduction
csound-sqldb provides database access opcodes which allow for the querying of data in SQL databases at i- and k-rate.
-MySQL, PostgreSQL and SQLite3 are supported and are used with the same opcodes after the initial connection. The opcodes have currently been tested on Linux only.
+MySQL, PostgreSQL and SQLite3 are supported and are used with the same opcodes after the initial connection. The opcodes have been tested on Linux and Windows.
The opcodes rely on changes made after the official 6.13.0 release of Csound so while awaiting the next release the Csound source will need to be obtained from the develop branch of https://github.com/csound/csound/ otherwise they will not build.