Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oc3YL-0005BT-So for pgsql-gui-dev@arkaria.postgresql.org; Sat, 24 Sep 2022 11:42:37 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oc3YK-0004vI-OZ for pgsql-gui-dev@arkaria.postgresql.org; Sat, 24 Sep 2022 11:42:36 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oc3YK-0004vA-IB for pgsql-gui-dev@lists.postgresql.org; Sat, 24 Sep 2022 11:42:36 +0000 Received: from mail-pj1-x102c.google.com ([2607:f8b0:4864:20::102c]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1oc3YH-0002DS-NZ for pgsql-gui-dev@lists.postgresql.org; Sat, 24 Sep 2022 11:42:35 +0000 Received: by mail-pj1-x102c.google.com with SMTP id q15-20020a17090a304f00b002002ac83485so2620345pjl.0 for ; Sat, 24 Sep 2022 04:42:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date; bh=LK9yLkaFy7FLilWMgrrv9f0wxl017U2IN65CCgqgnGU=; b=HG2NlVY/slmWsi/1H4iNxwcg7WNUCuLR7eaE3ef+SbMGzKoEgTvJOhHW5sELbCIFJV TXAPaxwxFw4S8hKFUb/tXFOtIrDAWIPnaPyLcCVriIAjMQAc0JiDHDiNEYgp4mCUOy6w COKsGLHE+8F4dF6hi50yPnmDlr0NwSsNeufrZejr0IguPpKNcGmzc3UMmFs48hM0c82G L7iEk66iJmpU8soO0PRaMBxdgMsF9TEkwaWTExoAOPt+QUrE6SHy16veX/uEDcSygAH8 ADgEszr/XM3lRKn1TRTUCzW4g/382Aa2OPZ/SLyvVQZKfL1CiT9Z4F7c+GFeYGSjBor3 ByrA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date; bh=LK9yLkaFy7FLilWMgrrv9f0wxl017U2IN65CCgqgnGU=; b=kan0nrBqUj/rtwojmEL4Nt65bJs2k61KAXYv3OWZWUW3emYtB7Wl7cXfhBZ/3H+tvT 69zsU29ngV0Lhh2IKjfWbiQfFgt20ujhmV/Ia15jVb4JwfrCotT9wQh1iwg3KDxAdBoV M0Mh4NCeelfLlK8wMBSmyS7+rCSDbNXArz6qurVg72VEmpqCvF5SPJHQSdynjbKz10H1 n83HDn6HreHr26CcU4sTOm+ebaFdIZ4Q+d6DA/3sQkMd19pwPHHRk8v95gR5AuXEEibZ EYyQXkcSNSJtvfEr8JToVHO1ovP6oQInyjwXBnzhmRIYuTsnZ9lAtukDo68AYIChd+VR etfA== X-Gm-Message-State: ACrzQf2seZsrShQMNA6/jVPTi50rhlBptRBKjCN2Mnl0cR/i/tG2C4WA 1eTauMlfvxWfMKmoTjFrjUXYBXG5GAfJtRA6CovFMfzK2Hc= X-Google-Smtp-Source: AMsMyM6KLOpUMS5O3+s3UV4K8qRdeEihidNsW5OIrQv4aLkW+1Y8Sb+LRoBtk1kJW0ru4EG+eDPqcZru/7ZifG3P2/U= X-Received: by 2002:a17:902:7897:b0:178:9292:57b9 with SMTP id q23-20020a170902789700b00178929257b9mr13290534pll.102.1664019752047; Sat, 24 Sep 2022 04:42:32 -0700 (PDT) MIME-Version: 1.0 From: Maksim Gramin Date: Sat, 24 Sep 2022 14:42:20 +0300 Message-ID: Subject: Malewicz - Hackable GUI SQL-manager written in SQL itself To: pgsql-gui-dev@lists.postgresql.org Content-Type: multipart/alternative; boundary="0000000000003857fd05e96aca29" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --0000000000003857fd05e96aca29 Content-Type: text/plain; charset="UTF-8" Hello Everyone, For a long time, I had an idea - create an extendable GUI tool for PostgreSQL based on SQL-queries (SQL driven), without (or with a minimum) boilerplate code (like HTML, JS, python, java etc.) And now let me introduce my little experimental tool based on this idea - https://github.com/mgramin/malewicz I would appreciate any feedback, and I'm open to any questions and suggestions Thank You For Your Consideration, Best Regards, Maksim --0000000000003857fd05e96aca29 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello Everyone,

For a long time, I = had an idea - create an extendable GUI tool for PostgreSQL based on SQL-que= ries (SQL driven), without (or with a minimum) boilerplate code (like HTML,= JS, python, java etc.)

And now let me introduce m= y little experimental tool based on this idea - https://github.com/mgramin/malewicz
= I would appreciate any feedback, and I'm open to any questions and sugg= estions


Thank You For Your Cons= ideration,
Best Regards,
Maksim

--0000000000003857fd05e96aca29--