torogoz.tech

  • Packages
Results 8 packages owned by torogoz.tech
Sort by

d_rocketcopy "d_rocket: ^2.0.0" to clipboard
d_rocket: ^2.0.0 copied to clipboard

2
likes
130
points
47
downloads
Dart/Flutter data-layer framework: @Serializable codegen, @RestClient with retry, deferred LINQ, and a code-first engine-agnostic ORM with pluggable backends (d_rocket_engine_sqlite, d_rocket_engine_p [...]#linq#orm#codegen#framework#engine-agnostic

d_serializercopy "d_serializer: ^1.1.5" to clipboard
d_serializer: ^1.1.5 copied to clipboard

1
likes
160
points
41
downloads
Static JSON serializer with annotation-based generation for Dart#serialization#json#codegen

d_serializer_buildercopy "d_serializer_builder: ^1.1.4" to clipboard
d_serializer_builder: ^1.1.4 copied to clipboard

1
likes
150
points
39
downloads
Code generator for d_serializer: generates model serializers (*.g.dart) and a global initializeDSerializer() registry for Dart and Flutter projects.#serialization#json#codegen#d-serializer

d_rocket_buildercopy "d_rocket_builder: ^2.0.0" to clipboard
d_rocket_builder: ^2.0.0 copied to clipboard

1
likes
130
points
62
downloads
build_runner codegen for the d_rocket framework: generates @Serializable, @RestClient, @Table handlers and the central initializeD() registry. #codegen#build-runner#d-rocket#source-gen

d_rocket_engine_sqlitecopy "d_rocket_engine_sqlite: ^2.0.0" to clipboard
d_rocket_engine_sqlite: ^2.0.0 copied to clipboard

1
likes
140
points
29
downloads
SQLite engine for d_rocket 2.0: bundles libsqlite3 (and the SQLCipher probe) to drive DbContext / DbSet / LINQ-SQL push-down and auto-migrations on iOS, Android, macOS, Linux, and Windows.#sqlite#sqlcipher#d-rocket#orm#database

d_rocket_engine_webcopy "d_rocket_engine_web: ^2.0.0" to clipboard
d_rocket_engine_web: ^2.0.0 copied to clipboard

0
likes
140
points
27
downloads
Web engine for d_rocket 2.0: IndexedDB-backed DbContext via package:idb_shim. Pure Dart, no WASM, no native binding.#indexeddb#browser#orm#web#database

d_rocket_lintscopy "d_rocket_lints: ^2.0.0" to clipboard
d_rocket_lints: ^2.0.0 copied to clipboard

0
likes
110
points
33
downloads
Analyzer plugin rules for the d_rocket framework: detects closure LINQ calls (which run in-memory only and should be rewritten with Expr.lambda for SQL translation) and N+1 navigation fetches in loops. #lints#analyzer-plugin#d-rocket#static-analysis#dev-tool

d_rocket_engine_postgrescopy "d_rocket_engine_postgres: ^2.0.0" to clipboard
d_rocket_engine_postgres: ^2.0.0 copied to clipboard

0
likes
120
points
28
downloads
PostgreSQL engine for d_rocket 2.0: implements the DbEngine contract over the Postgres v3 wire protocol (via package:postgres). Use it for multi-user / multi-machine backends; for local single-user ap [...]#postgres#postgresql#orm#d-rocket#database