
Zexson Team
Building modern, lightweight developer tools for the next generation of web applications
Our Packages
Featured Package: MiniORM
Lightweight TypeScript ORM
MiniORM provides a simple, intuitive API for database operations with full TypeScript support. It's designed to be lightweight yet powerful, making it perfect for both small projects and enterprise applications.
- Type-safe database operations
- Intuitive query builder
- Minimal overhead
- Easy to integrate
import { QueryBuilder } from 'miniorm'
const query = new QueryBuilder('mysql_test', Users)
await query
.select()
.where({ isActive: false })
.run()
About Zexson Team
We are a team of passionate developers focused on creating quality, open source tools that make developers' lives easier. Our mission is to create lightweight, performant libraries that solve real-world problems without unnecessary complexity.
Innovation
Creating modern solutions with cutting-edge technologies
Simplicity
Building tools that are easy to use yet powerful
Community
Fostering an open, collaborative development environment
Ready to get started?
Explore our packages and join our community