Hoon Wee

Results 13 issues of Hoon Wee

**Where in the docs did you come across this?** 1. In "Add logging to our game of life" section, there's no instruction which to put this code. ```rust #![allow(unused_variables)] fn...

## Resolves #532 This new storage implementation will have the following functionalities: - [ ] Read CSV file from the path like reading a table. - [ ] Check if...

Current files in `examples` are focused on using `SledStorage`. Users might want to know how to use `MemoryStorage`.

good first issue
improvement

## Support composite type using `CREATE TYPE` Creating a column that takes a custom composite type can be useful. It's like saving a tuple-typed data. ## Example ```sql -- Defining...

enhancement

## Prepares entry layer for #596 Introduces new `CompositeType`, which allows you to compose various types into one. This PR only implements the basic ingredients before the final goal of...

enhancement

## Adding typings for `gluesql-js` As a Typescript fan, it would be nice to use gluesql in Typescript project. I know it's still kinda early to discuss about this, but...

improvement

Currently `evaluate_stateless()` doesn't have implementations for `Case` expression. Should add it because it can be used in case like `CHECK [constraints]`.

improvement

Hello, I think it would be nice to add `CREATE TYPE` statement for creating custom composite type. ### Use cases ```sql -- Defining composite type CREATE TYPE inventory_item AS (...

Might be bit early to version up to 1.64, but it seems like this will simplify versioning workspaces.

enhancement

This PR resolves issue #1444 ## The goal of this PR - Implement Elixir binding for GlueSQL memory storage - Build a good foundation to add more storages in near...