Docs.rs
sql-lsp-0.1.3
sql-lsp 0.1.3
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
LikeRainDay
Dependencies
anyhow ^1.0
normal
async-trait ^0.1
normal
dashmap ^5.5
normal
serde ^1.0
normal
serde_json ^1.0
normal
sqlformat ^0.2
normal
sqlparser ^0.40
normal
optional
thiserror ^1.0
normal
tokio ^1.0
normal
tower-lsp ^0.20
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
tree-sitter ^0.26.3
normal
tree-sitter-json ^0.24
normal
tree-sitter-sequel ^0.3.11
normal
uuid ^1.0
normal
tokio-test ^0.4
dev
Versions
73.21%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module token
sql_lsp
0.1.3
Module token
Module Items
Structs
Enums
In crate sql_
lsp
sql_lsp
Module
token
Copy item path
Source
Expand description
Token 类型定义 参考 sqls-server/sqls 的 token 实现 https://github.com/sqls-server/sqls/tree/master/token
Structs
§
Delimiters
分隔符列表
Keywords
SQL 关键字列表(参考 sqls)
Operators
操作符列表
Token
Token 信息
Enums
§
Token
Type
Token 类型 参考 sqls 的 token 类型定义