Metadata-Version: 2.1
Name: kquery
Version: 0.0.3
Summary: Damn small QT based database client
Home-page: https://github.com/samambaman/kquery
Author: Felipe Ferreira
Author-email: felipe.gomes.ferreira@gmail.com
License: UNKNOWN
Description: # kquery
        Damn light QT-based database client
        
        This postgresql client is intended to satisfy KDE Plasma users who has really low-spec hardware (Yepo laptops, Raspberry PI, etc), those who already runs Plasma or QT desktop and don't want fancy resources, wich full database IDEs available like DBeaver already provides.
        
        The goal is to keep a light, quick-starting, tiny usable interface with basic database features for software developers.
        
        If you need complex database management features, have a decent modern workstation or if you don't use a Plasma/QT desktop, this is not the tool for you, there are plenty of other wonderful clients out there.
        
        Bonus feature: funny dialogs for user interaction.
        
        ## Install steps:
        
        This step is rather complicated, but I'm counting on you!
        
        `
           $ pip install kquery
        `
        
        And then, to run:
        
        `
           $ kquery
        `
        
        And that's it! 
        
        ## FAQ:
        Q - Why did you choose PyQt5, a 100+MB framework for a "light" database client? You must be stupid to load that much dependency for such a small application.
        
        A - Because this amount of space isn't a problem for me. Hard Disk space is plentiful and cheap nowadays, not as much as battery/memmory/processing in low-powered devices.
        
        Q - Do you plan to provide other database connectors? Or improved postgresql connecion features?
        
        A - Yes! If I have enough time and application load time and performance is not compromised, why not?
Keywords: postgresql database client qt pyqt
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
