Skip to content
#

sql-database

Here are 216 public repositories matching this topic...

vascanera
vascanera commented Oct 7, 2020

Hello Maurits,
This is more of a request than it is an actual issue, but I think the value in this request is really high (for newcomers, especially - but not limited to).
Could you please add a COMPLETE application example of using the API (with user authentication, maybe even with the user-creation SQL script, table authorization, etc).
This would be really really helpful as a quickstart /

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 sql-database 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 sql-database topic, visit your repo's landing page and select "manage topics."

Learn more