Skip to content

Commit

Permalink
export sqlite.Statement
Browse files Browse the repository at this point in the history
  • Loading branch information
cztomsik committed Jun 12, 2024
1 parent 4c41834 commit 1e96a5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const std = @import("std");

pub const SQLite3 = @import("sqlite.zig").SQLite3;
pub const Blob = @import("sqlite.zig").Blob;
pub const Statement = @import("sqlite.zig").Statement;
pub const Pool = @import("pool.zig").Pool;
pub const Session = @import("session.zig").Session;

Expand Down

0 comments on commit 1e96a5c

Please sign in to comment.