MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / temporary

Method temporary

src/pglite/server.rs:209–214  ·  view source on GitHub ↗

Serve a temporary database cloned from the process-local template cache.

(mut self)

Source from the content-addressed store, hash-verified

207
208 /// Serve a temporary database cloned from the process-local template cache.
209 pub fn temporary(mut self) -> Self {
210 self.root = ServerRoot::Temporary {
211 template_cache: true,
212 };
213 self
214 }
215
216 /// Serve a temporary database initialized without the template cache.
217 ///

Calls

no outgoing calls