Skip to content

matkovski/slow-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features:
 - storage:
   - read from a string
   - read from csv
   - read from json, detect schema

TODO:
    - SQL
        - NOT IN
        - NOT LIKE
        - NOT other uses?
        - IS (is null, is not null, what else)
        - ANY, SOME (subquery)
        - comments?
        - support proper data types (select 0 + id should be number addition)
        - support over_clause for aggregates
        - support union
    - General
        - detect data types and use them right (e.g. order by id desc - id is a number, and sorting should respect numbers)
        - support browser mode and probably some other ways of io
        - support charcodes other than UTF8 
- Unsupported (and not planned)
    - partitions
    - transactions
    - nested joins
    - indexes
    - order by 2
- Naturally not supported


BUGS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published