GithubHelp home page GithubHelp logo

mwenge / dirtylittlesql.com Goto Github PK

View Code? Open in Web Editor NEW
110.0 110.0 9.0 2.68 MB

Dirty Little SQL Notebook

Home Page: https://dirtylittlesql.com

License: MIT License

CSS 1.83% JavaScript 96.04% HTML 2.14%
notebook sql

dirtylittlesql.com's People

Contributors

jaywgraves avatar mwenge avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

dirtylittlesql.com's Issues

Including a LICENSE file

That way people could know if you are ok with others' modified versions of your code without having to grant individual permissions.

I'm not an expert on laws but I think that all rights are reserved in case of not including a license and permissions are needed even in the case of forking a public repository.

Cannot zoom in on small font

Hello, the font is too small on my screen. You seem to have defined font-size using vw as unit, so I cannot use the standard browser zoom in to make it readable (tested in firefox). I do not have much experience with this, but MDN seems to have a solution.

Export as sqlite db file

Please add an option to export as sqlite db file. Has the added benefit it can function as a fast convertor from CSV/Excel/whatever your program supports to sqlite.. Thanks.

as with everything CSV you need a way to define delimiters

Currently theres no info on what delimiters it supports and for sure it does no support a semicolon (;) and also option to skip n lines from top is often important as those can contain other information like column names, headers etc .

A CSV file stores data in rows and the values in each row is separated with a separator, also known as a delimiter. The most common delimiters are: a comma (,), a semicolon (;), a tab (\t), a space ( ) and a pipe (|). But theoretically anything can be a delimiter as long as it is consistent.

love to have a column view

I've spent 10 dol a couple of days ago just to be able to see a csv in columns quicker than opening excel plus data menu mambo jambo.

Your PWA looks great, and i would gladly pay you the same amount if you solution had columns view and search

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.