ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    vFront (User front-end for MySQL and PostgreSQL databases)

    IT Discussion
    rad db vfront
    4
    10
    1.7k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Emad RE
      Emad R
      last edited by Emad R

      So doing some side projects, and I am being empowered by this application:

      http://www.vfront.org/

      I recommend all of the Database admins, and IT starters and medium level to check it out, it is very interesting, neat and active project, all done by: marcel loverona

      You can donate to him here:
      https://www.paypal.com/donate/?token=x1ga26nQJFKWio_jhWY2CsO_azO2H4lirtcgX6cxB-i_LYgVRnRWt70I_z-8QjP-XmvdZW&country.x=IT&locale.x=

      In Italy is its called donazione , everything is a YION in italy , please continuoin readion my guidion:

      So what vfront does, is Rapildy build apps, the same way I came across Oracle 10g express builder, and the beauty of it, it does not touch your Database, it stores all its options and config, in an external DB (sqlite), you can also save it in your database as well, it will create separate table.

      Supports
      MySQL
      MariaDB
      PostgreSQL

      All you have to do is create the DB schema with business logic (keys,indexes,relationship,triggers...etc), and make sure you have database user that has privileges to allow access remotely = user at % host.

      Then drop the vFront folder to writable directory, in the same server or to an another server with Apache + PHP (nginx should work too), and access that web directory, and complete a very easy wizard to instruct the vFront about the whereabouts of your database.

      Then you will have admin login, and you can create users and groups and easily give each user permission to view only /edit/add/delete...etc

      It has 1 con, it does not allow file uploads in your DB even if you made a correct column with a BLOB type, it seems it uses a workaround for this and uses its internal DB.

      All in all it is very good RAD tool for DBs, Rapid Application Development.

      No screenshots, cause it is very easy to deploy and use, and spares you having to develop PHP frontend, works good for small 2 medium projects/business and truly 1 of kind.

      Demo:
      http://www.vfront.org/screenshots.php
      http://www.vfront.org/demo.php?demo1

      1 Reply Last reply Reply Quote 2
      • scottalanmillerS
        scottalanmiller
        last edited by

        I've recommended vFront several times in the last few weeks to people who were looking at Access, in fact.

        Emad RE 1 Reply Last reply Reply Quote 2
        • Emad RE
          Emad R @scottalanmiller
          last edited by

          @scottalanmiller

          I have rounded up many tools like vFront, and they all state to do the same, but was unable to find anything with its simplicity and accuracy, and actually works.

          I dont know why there is not a big opensource app like this that is better funded as such as PhpMyAdmin, I like phpmyadmin, and the amount of development put into it, but why not create something simple for end users as a target, and it seems vFront is the only thing like this.

          scottalanmillerS 1 Reply Last reply Reply Quote 1
          • scottalanmillerS
            scottalanmiller @Emad R
            last edited by

            @emad-r said in vFront (User front-end for MySQL and PostgreSQL databases):

            @scottalanmiller

            I have rounded up many tools like vFront, and they all state to do the same, but was unable to find anything with its simplicity and accuracy, and actually works.

            I dont know why there is not a big opensource app like this that is better funded as such as PhpMyAdmin, I like phpmyadmin, and the amount of development put into it, but why not create something simple for end users as a target, and it seems vFront is the only thing like this.

            Maybe because just writing the software itself was so easy already 🙂

            1 Reply Last reply Reply Quote 0
            • black3dynamiteB
              black3dynamite
              last edited by

              That's awesome. I've always been using Adminer (https://www.adminer.org/) when I need to manage databases.

              scottalanmillerS 1 Reply Last reply Reply Quote 0
              • scottalanmillerS
                scottalanmiller @black3dynamite
                last edited by

                @black3dynamite said in vFront (User front-end for MySQL and PostgreSQL databases):

                That's awesome. I've always been using Adminer (https://www.adminer.org/) when I need to manage databases.

                This isn't for managing them, this is for creating simple front ends, like Access used to do.

                black3dynamiteB 1 Reply Last reply Reply Quote 1
                • DashrenderD
                  Dashrender
                  last edited by

                  OK this is cool, thanks for posting this!

                  1 Reply Last reply Reply Quote 0
                  • black3dynamiteB
                    black3dynamite @scottalanmiller
                    last edited by

                    @scottalanmiller said in vFront (User front-end for MySQL and PostgreSQL databases):

                    @black3dynamite said in vFront (User front-end for MySQL and PostgreSQL databases):

                    That's awesome. I've always been using Adminer (https://www.adminer.org/) when I need to manage databases.

                    This isn't for managing them, this is for creating simple front ends, like Access used to do.

                    Ok, that makes more sense now.

                    The VFront Administration for DB Administration uses Adminer. Just have to enable the plugin.
                    0_1517250018909_Screenshot from 2018-01-29 11-19-31.png

                    0_1517250258182_Screenshot from 2018-01-29 11-24-05.png

                    Emad RE 1 Reply Last reply Reply Quote 1
                    • Emad RE
                      Emad R @black3dynamite
                      last edited by

                      @black3dynamite said in vFront (User front-end for MySQL and PostgreSQL databases):

                      @scottalanmiller said in vFront (User front-end for MySQL and PostgreSQL databases):

                      @black3dynamite said in vFront (User front-end for MySQL and PostgreSQL databases):

                      That's awesome. I've always been using Adminer (https://www.adminer.org/) when I need to manage databases.

                      This isn't for managing them, this is for creating simple front ends, like Access used to do.

                      Ok, that makes more sense now.

                      The VFront Administration for DB Administration uses Adminer. Just have to enable the plugin.
                      0_1517250018909_Screenshot from 2018-01-29 11-19-31.png

                      0_1517250258182_Screenshot from 2018-01-29 11-24-05.png

                      Correct, this is there for quick edits, but why use those when there are enterprise solutions like MySQL Workbench.

                      black3dynamiteB 1 Reply Last reply Reply Quote 1
                      • black3dynamiteB
                        black3dynamite @Emad R
                        last edited by black3dynamite

                        @emad-r said in vFront (User front-end for MySQL and PostgreSQL databases):

                        @black3dynamite said in vFront (User front-end for MySQL and PostgreSQL databases):

                        @scottalanmiller said in vFront (User front-end for MySQL and PostgreSQL databases):

                        @black3dynamite said in vFront (User front-end for MySQL and PostgreSQL databases):

                        That's awesome. I've always been using Adminer (https://www.adminer.org/) when I need to manage databases.

                        This isn't for managing them, this is for creating simple front ends, like Access used to do.

                        Ok, that makes more sense now.

                        The VFront Administration for DB Administration uses Adminer. Just have to enable the plugin.
                        0_1517250018909_Screenshot from 2018-01-29 11-19-31.png

                        0_1517250258182_Screenshot from 2018-01-29 11-24-05.png

                        Correct, this is there for quick edits, but why use those when there are enterprise solutions like MySQL Workbench.

                        Yep, I use that too.
                        But I do get a Connection Warning about an incompatible/nonstandard server or connection protocal detected (10.2.10) when connecting to MariaDB.

                        1 Reply Last reply Reply Quote 0
                        • 1 / 1
                        • First post
                          Last post