rat_quickdb 0.4.9

强大的跨数据库ODM库,支持自动索引创建、统一接口和现代异步架构
Documentation
# Rust
/target
/Cargo.lock
/not_git

# Database files
/**/*.db
/**/*.sqlite
/**/*.sqlite3
/test_*.db

# Cache directories
/cache/
/examples/cache/
/python/cache_l2_test/
/python/simple_test_cache/
/python/object_test_cache/
/python/examples/cache_l2_test/
/python/examples/simple_test_cache/
/python/examples/*_cache/
/debug_cache/

# Python
/python/target
/python/Cargo.lock
/**/*.pyc
/__pycache__/
/**/*.pyo
/**/*.pyd
/.pytest_cache/
*.egg-info/

# System files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Logs and temp files
*.log
*.tmp
*.temp
*.out
*.pid

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

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Backup files
*.bak
*.backup

# Claude settings
.claude

# Text files (except README files)
*.txt
!README*.txt

# Markdown files (except README and docs folder)
*.md
!README*.md
!docs/**/*.md

# Shared libraries
/**/*.so
/**/*.dylib
/**/*.dll
/test_cache