Hacker Newsnew | past | comments | ask | show | jobs | submit | x2bool's commentslogin

There is similar open-source project for Google Sheets: https://github.com/0x6b/libgsqlite (SQLite extension), which is a fork of https://github.com/x2bool/xlite (same idea but for Microsoft Excel spreadsheets)


Yes, it should.

Before you know what you can SELECT you should know FROM where does the data come.

Except maybe cases where there is no data source: SELECT 1; or SELECT NOW();


> Except maybe cases where there is no data source: SELECT 1; or SELECT NOW();

I don't think the standard SQL allows those. Even though I do personally prefer this form to the standard one.

Anyway, if we are serious about maintaining SQLness, it would be something like:

SELECT FROM people COLUMNS id, name

And that reduced form would become SELECT COLUMNS 1


This project actually started as a fork of https://github.com/x2bool/xlite - SQLite extension for querying .xls and .xlsx spreadsheets.


How to use Rust to create loadable SQLite extensions


I too made a cross-platform GUI for Redis some time ago: https://github.com/rbmkio/radish

Built with .NET Core and Avalonia

Screenshot: https://raw.githubusercontent.com/rbmkio/radish/master/scree...


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: