mirror of https://github.com/AMT-Cheif/drift.git
18 lines
428 B
YAML
18 lines
428 B
YAML
name: sqlparser
|
|
description: Parses sqlite statements and performs static analysis on them
|
|
version: 0.5.0
|
|
homepage: https://github.com/simolus3/moor/tree/develop/sqlparser
|
|
#homepage: https://moor.simonbinder.eu/
|
|
issue_tracker: https://github.com/simolus3/moor/issues
|
|
|
|
environment:
|
|
sdk: '>=2.6.0 <3.0.0'
|
|
|
|
dependencies:
|
|
meta: ^1.1.0
|
|
collection: ^1.14.11
|
|
source_span: ^1.5.5
|
|
|
|
dev_dependencies:
|
|
test: ^1.9.4
|
|
path: ^1.6.0 |