Skip to content

Commit

Permalink
New "cache" & "session" adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco5dev committed Jul 29, 2024
1 parent 2211980 commit 130679c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/adapters/export.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { jsonAdapter } from "./json.adapter";
import { yamlAdapter } from "./yaml.adapter";
import { sqlAdapter } from "./sql.adapter";

export { jsonAdapter, yamlAdapter, sqlAdapter };
export { jsonAdapter } from "./json.adapter";
export { yamlAdapter } from "./yaml.adapter";
export { sqlAdapter } from "./sql.adapter";
export { sessionAdapter } from "./session.adapter";
export { CacheAdapter } from "./cache.adapter";

0 comments on commit 130679c

Please sign in to comment.