Skip to content
#

websql

Here are 74 public repositories matching this topic...

ever0de
ever0de commented Dec 15, 2021

Before

https://github.com/gluesql/gluesql/blob/3776b1b59fa9922a458bd34847277efd8c965a1e/src/storages/sled_storage/metadata.rs#L14

After

impl SledStorage {
    const SCHEMA_PREFIX: &'static str = "schema/";

// use case
SledStorage::SCHEMA_PREFIX

Effect

Reuse is a bit easier, and the meaning becomes clearer.

good first issue improvement

Improve this page

Add a description, image, and links to the websql topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the websql topic, visit your repo's landing page and select "manage topics."

Learn more