async-duckdb 0.3.1

A library for working with duckdb asynchronously
Documentation
# Set the default behavior, in case people don't have core.autocrlf set.
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
* text=auto eol=lf
*.c text eol=lf
*.gitattributes text eol=lf
*.gitignore text eol=lf
*.eslintignore text eol=lf
*.in text eol=lf
*.cfg text eol=lf
*.h text eol=lf
*.py text eol=lf
*.js text eol=lf
*.cjs text eol=lf
*.jsx text eol=lf
*.ts text eol=lf
*.tsx text eol=lf
*.sh text eol=lf
*.json text eol=lf
*.conf text eol=lf
*.prod text eol=lf
*.txt text eol=lf
*.rst text eol=lf
*.md text eol=lf
*.toml text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.prisma text eol=lf
*.sql text eol=lf

# Declare files that will always have CRLF line endings on checkout.
*.cmd text eol=crlf
*.bat text eol=crlf

*.dat text eol=lf
*.pdat text eol=lf
*.path text eol=lf
# Denote all files that are truly binary and should not be modified.
*.map binary
*.bin binary
*.kmz binary
*.docx binary
*.png binary
*.tif binary
*.jpg binary
*.jpeg binary
*.stack
*.whl binary
*.tar.gz binary

# EXE
*.exe binary

# RUSH
pnpm-lock.yaml               merge=binary
shrinkwrap.yaml              merge=binary
npm-shrinkwrap.json          merge=binary
yarn.lock                    merge=binary
*.json                       linguist-language=JSON-with-Comments