We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b2441 commit 62774e3Copy full SHA for 62774e3
1 file changed
tokenserver-common/src/lib.rs
@@ -10,6 +10,8 @@ pub enum NodeType {
10
MySql,
11
#[serde(rename = "spanner")]
12
Spanner,
13
+ #[serde(rename = "sqlite")]
14
+ Sqlite,
15
}
16
17
impl NodeType {
0 commit comments