basic.rs::DatabaseManager.new (22-27)
edges: no blank line above, 28 blank below
next: sct callers new (its call sites) · sct history basic.rs::DatabaseManager.new (the commits that changed it)
basic.rs (1-105)
- DatabaseManager @20
  - new (connection_string: String) -> Self @22 [pub] # Create a new database manager.
     22 |     pub fn new(connection_string: String) -> Self {
     23 |         Self {
     24 |             connection_string,
     25 |             pool: None,
     26 |         }
     27 |     }
  - connect (&mut self) -> Result<(), String> @30 [pub] # Connect to the database.
  - query (&self, sql: &str) -> Vec<String> @36 [pub] # Execute a SQL query.
[exit 0]
