Taehoon Moon
Taehoon Moon
No problem at all 👍 Keeping on the track without being exhausted is much more important than any other stuffs, I think. Hope you to keep your own pace, we...
> instead of creating two new workspaces gluesql-js and gluesql-py, should we make a new directory and put these two under it? > > maybe call it ext-libs? That way...
@yugeeklab I'd recommend you to make another one :D The first PR might be simple, so the important step all we need to experience is writing the new issue by...
There's no plan for now. This repo is no longer maintained, and it will be merged into [GlueSQL](https://github.com/gluesql/gluesql) soon (may be early next year)
Sure it is possible. Once you implement two traits - (`Store` and `StoreMut`), then most of SQL queries including `SELECT`, `DELETE`, `UPDATE` and `INSERT` statements. https://github.com/gluesql/gluesql/blob/4c08ba598d61b5dbd11071b86efa04ad61d6e0a1/core/src/store/mod.rs#L74-L100
@samaxes Hi, Thanks for your consideration. Current state is actually not be enough to use in production level. I don't recommend you to use... Currently, I have a plan to...
Hi, thanks for your consideration. Current master branch is deprecated and no longer maintained. I'm currently working on fully rebuilding this project but opening time might not be soon, may...
@freetomik I don't think it's a good idea to use my previous concerto project. Previous concerto does not have clear boundaries between parsing, formatting and rendering, it could make hard...
@freetomik Oh I got it, it would be nice if we can help each other but for now my current progress may be too far from what you expect. Good...
hmm.. I also thought this seed example is simple so I only ran codes for iOS. I was too busy recently, I'll look this issue soon. Can I also see...