Browse Source

documentation duckdb support

Steve Nyemba 11 months ago
parent
commit
2edce85aed
2 changed files with 2 additions and 0 deletions
  1. 1 0
      README.md
  2. 1 0
      info/__init__.py

+ 1 - 0
README.md

@@ -25,6 +25,7 @@ Unlike older versions 2.0 and under, we focus on collaborative environments like
 
     1. Simpler syntax to create reader or writer
     2. auth-file registry that can be referenced using a label
+    3. duckdb support
 
 
 ## Learn More

+ 1 - 0
info/__init__.py

@@ -17,4 +17,5 @@ __whatsnew__=f"""version {__version__}, focuses on collaborative environments li
 
     1. simpler syntax to create readers/writers
     2. auth-file registry that can be referenced using a label
+    3. duckdb support
 """