Commit Graph

5 Commits

Author SHA1 Message Date
6fe84e1a53 Add ujsx dependency and e2e architecture probe
Validates the core architecture: UJSX elements → Type.Module
→ Drizzle rendering, with function components, format
registration, serialization, migration diff, and incremental
module construction. All 28/29 assertions pass.
2026-05-22 11:08:42 +00:00
03a00e2f04 Rename @alkdev/drizzlebox -> @alkdev/dbtype
Update package name, description, repo URL, keywords, and docs
to reflect the new project identity as dbtype.
2026-05-22 09:28:01 +00:00
3034e6ebf8 docs: add architecture research for schema-first multi-dialect TypeBox/Drizzle bridge 2026-04-25 12:14:39 +00:00
c82fa8702e fix: add @babel/parser, switch shebangs from pnpm to npx, remove phantom @types/recast 2026-04-25 10:04:29 +00:00
d0a0de766b feat: fork drizzle-typebox as @alkdev/drizzlebox
- Rebrand package from drizzle-typebox to @alkdev/drizzlebox
- Replace @sinclair/typebox with @alkdev/typebox in all source and test files
- Replace @sinclair/typebox with @alkdev/typebox in rollup externals
- Convert tsconfig.json from monorepo extends to standalone config
- Fix build script monorepo remnant (dist.new -> dist)
- Add missing devDependencies (recast, tsx, typescript, resolve-tspaths)
- Replace monorepo link dependency for drizzle-orm with ^0.38.4
- Add .gitignore, LICENSE (Apache-2.0 with attribution), and README
- Initialize git repo with remote at git.alk.dev:alkdev/drizzlebox
2026-04-25 09:45:14 +00:00