sz-orm-core 1.0.0

Core ORM engine: Model trait, ActiveRecord, QueryBuilder, Pool, Transaction, migration, and SQL dialect abstraction
Documentation
# SZ-ORM Core

> SZ-ORM Core Package - Foundation types and error handling

## Overview

This is the core package of SZ-ORM, providing foundational types and error handling for the entire ORM system.

## Features

- **Database Types**: Support for 11+ database types
- **Value Types**: Unified value representation for database operations
- **Error Handling**: Comprehensive error types for all operations

## Usage

Add to your `Cargo.toml`:

```toml
[dependencies]
sz-orm-core = "1.0"
```

## License

MIT