[package]
cjc-version = "1.1.0"
name = "tycj_orm"
organization = "tybb2026"
description = "仓颉语言 ORM 框架 - 提供数据库连接池、查询构建器、实体映射、事务管理等功能"
version = "1.0.0"
target-dir = ""
script-dir = ""
output-type = "static"
compile-option = "-Woff unused -Woff deprecated"
override-compile-option = ""
link-option = ""
package-configuration = {}
[dependencies]
[test-dependencies]
[[test]]
name = "test_query"
source-dir = "tests"
[[test]]
name = "test_pool"
source-dir = "tests"
[[test]]
name = "test_enterprise"
source-dir = "tests"
[[test]]
name = "test_transaction"
source-dir = "tests"
[[test]]
name = "test_driver"
source-dir = "tests"
[[test]]
name = "test_entity"
source-dir = "tests"
[[test]]
name = "test_mod"
source-dir = "tests"