Coder Social home page Coder Social logo

digitaltechno / firebirdwebadmin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mariuz/firebirdwebadmin

0.0 0.0 0.0 1.02 MB

FirebirdWebAdmin is a web frontend for the Firebird SQL database server written in PHP.

License: GNU General Public License v2.0

JavaScript 0.38% PHP 99.54% CSS 0.07% HTML 0.02%

firebirdwebadmin's Introduction

FirebirdWebAdmin is a web frontend for the Firebird database server

Crowdin Code Climate

By now it has the functionalities for

  • creating, deleting, modifying databases, tables, generators, views, triggers, domains, indices, stored procedures, udf's, exceptions, roles and database users
  • performing sql expressions on databases and display the results
  • import and export of data through files in the csv format
  • browsing through the contents of tables and views, watching them growing while typing in data
  • selecting data for deleting and editing while browsing tables
  • inserting, deleting, displaying the contents of blob fields
  • diplaying database metadata, browsing the firebird system tables
  • database backup and restore, database maintenance

Some of the features are only available if the database- and the web-server are running on the same machine. The reason is that php have to call the Firebird tools (isql, gsec, gstat, etc.) to perform certain actions.

Overview

  1. Documentation
  2. Requirements
  3. ChangeLog
  4. Contributing
  5. Copyright notice

Documentation

There is no documentation available yet, but if you are familiar with Firebird you will have no troubles using FirebirdWebAdmin.

For some basic configuration settings have a look to the file ./inc/configuration.inc.php before you start the programm.

Here is how to use and install on Ubuntu https://help.ubuntu.com/community/Firebird3.0

Firebird documentation is located on this page https://www.firebirdsql.org/en/documentation/

Requirements

This is the environment I'm using for the development. Other components are not or less tested. So if you got problems make sure you are not using older software components.

PHP with compiled in support for Firebird/InterBase and pcre (but any version >= 5.5 should work)

Firebird 2.x.x for Linux, Apache 2.x or any server with php support

ChangeLog

Version 3.4.1 (27.02.2020)

  • [enhancement:] Adjust "Accessories" page UI.
  • [enhancement:] Remove Crowdin badge from footer.
  • [enhancement:] Update debug_funcs.inc.php
  • [bugfix:] Don't warn if "isql" is "isql-fb" on Linux
  • [typo:] Correct typo: firebirid -> firebird
  • [bugfix] fix sql create database
  • [enhancement:] Add Character Sets
  • [enhancement:] Quiet PHP7.2 deprecation warning โ€ฆ
  • [enhancement:] Further create_function refactor
  • [enhancement:] Remove unused/outdated markableFbwaTable.
  • [enhancement:] cosmetics

Further informations

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Copyright notice

(C) 2000,2001,2002,2003,2004 Lutz Brueckner [email protected] Kapellenstr. 1A 22117 Hamburg, Germany

FirebirdWebAdmin is published under the terms of the GNU GPL v.2, please read the file LICENCE for details.

This software is provided 'as-is', without any expressed or implied warranty. In no event will the author be held liable for any damages arising from the use of this software.

firebirdwebadmin's People

Contributors

mariuz avatar dumitru avatar mapopa avatar lsces avatar valmorflores avatar fragote avatar natanprog avatar robert-scheck avatar mipaaa avatar gilcierweb avatar

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.