File tree Expand file tree Collapse file tree 5 files changed +26
-0
lines changed
Expand file tree Collapse file tree 5 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ LICENSE
Original file line number Diff line number Diff line change 1+ /**
2+ * The Drizzle ORM integration for the fraci library.
3+ *
4+ * @module fraci/drizzle
5+ */
6+
17export * from "./drizzle/index.js" ;
Original file line number Diff line number Diff line change 1+ /**
2+ * The main module for the fraci library, providing core utilities and types.
3+ *
4+ * @module fraci
5+ */
6+
17export * from "./bases.js" ;
28export * from "./factory.js" ;
39export type * from "./types.js" ;
Original file line number Diff line number Diff line change 1+ /**
2+ * The Prisma ORM integration for the fraci library.
3+ *
4+ * @module fraci/prisma
5+ */
6+
17export * from "./prisma/index.js" ;
Original file line number Diff line number Diff line change 77 " ./src/drizzle.ts" ,
88 " ./src/prisma.ts"
99 ],
10+ "projectDocuments" : [
11+ " CHANGELOG.md" ,
12+ " LICENSE.md"
13+ ],
1014 "highlightLanguages" : [
1115 " prisma" ,
1216 " shell" ,
1923 "hostedBaseUrl" : " https://segararai.github.io/fraci/" ,
2024 "useHostedBaseUrlForAbsoluteLinks" : true ,
2125 "favicon" : " public/favicon.svg" ,
26+ "navigation" : {
27+ "includeFolders" : false
28+ },
2229 "navigationLinks" : {
2330 "GitHub" : " https://github.com/SegaraRai/fraci" ,
2431 "npm" : " https://www.npmjs.com/package/fraci"
You can’t perform that action at this time.
0 commit comments