sql-lsp 0.1.2

A high-performance, multi-dialect SQL Language Server Protocol (LSP) implementation in Rust.
Documentation
# Rust
/target/
**/*.rs.bk
*.pdb
Cargo.lock

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Build artifacts
*.o
*.so
*.dylib
*.dll
*.exe

# Debug
*.dSYM/
*.su
*.idb
*.pdb

# Test coverage
tarpaulin-report.html
coverage/
*.gcda
*.gcno

# Environment
.env
.env.local
.env.*.local

# Logs
*.log

# Temporary files
tmp/
temp/
*.tmp

# OS
Thumbs.db
.DS_Store

rsync.sh