Ver código fonte

documentation duckdb support

Steve Nyemba 11 meses atrás
pai
commit
2edce85aed
2 arquivos alterados com 2 adições e 0 exclusões
  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
 """