-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
38 lines (35 loc) · 780 Bytes
/
pubspec.yaml
File metadata and controls
38 lines (35 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: loxia
description: A lightweight Dart ORM for Relational Databases built to be simple and extensible.
version: 0.3.3
repository: https://github.com/avesbox/loxia
documentation: https://loxia.avesbox.com
homepage: https://loxia.avesbox.com
funding:
- https://github.com/sponsors/francescovallone
topics:
- orm
- sqlite
- postgres
- mysql
- database
environment:
sdk: '>=3.10.0 <4.0.0'
# Add regular dependencies here.
dependencies:
code_builder: ^4.11.1
dart_style: ^3.1.7
path: ^1.9.0
postgres: ^3.5.10
sqlite3: ^3.3.1
sqlparser: ^0.44.0
build_runner: ^2.11.0
source_gen: ^4.2.3
analyzer: ^13.0.0
build: ^4.0.6
glob: ^2.1.3
uuid: ^4.5.3
mysql_client: ^0.0.27
dev_dependencies:
lints: ^6.1.0
test: ^1.25.6
build_test: ^3.5.10