We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 571bd7b commit 8a82f54Copy full SHA for 8a82f54
src/lib.rs
@@ -1,3 +1,5 @@
1
+#![recursion_limit = "256"]
2
+
3
pub mod batch_queue;
4
pub mod database;
5
pub mod functions;
src/main.rs
@@ -1,4 +1,6 @@
// main.rs
use datafusion_postgres::ServerOptions;
use dotenv::dotenv;
6
use std::{env, sync::Arc};
0 commit comments