소스 검색

documentation duckdb support

Steve Nyemba 1 년 전
부모
커밋
2edce85aed
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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
 """