All Projects → mariuz → Firebirdwebadmin

mariuz / Firebirdwebadmin

Licence: gpl-2.0
FirebirdWebAdmin is a web frontend for the Firebird SQL database server written in PHP.

Labels

Projects that are alternatives of or similar to Firebirdwebadmin

Evolutility Server Node
Model-driven REST or GraphQL backend for CRUD and more, written in Javascript, using Node.js, Express, and PostgreSQL.
Stars: ✭ 84 (-8.7%)
Mutual labels:  sql
Sequelize
Sequelize module for Nest framework (node.js) 🍈
Stars: ✭ 88 (-4.35%)
Mutual labels:  sql
Jcabi Jdbc
Fluent Wrapper of JDBC
Stars: ✭ 90 (-2.17%)
Mutual labels:  sql
Graphjin
GraphJin - Build APIs in 5 minutes with GraphQL. An instant GraphQL to SQL compiler.
Stars: ✭ 1,264 (+1273.91%)
Mutual labels:  sql
Electrocrud
Database CRUD Application Built on Electron | MySQL, Postgres, SQLite
Stars: ✭ 1,267 (+1277.17%)
Mutual labels:  sql
Sql
A delightful SQL ORM ☺️
Stars: ✭ 89 (-3.26%)
Mutual labels:  sql
Starhackit
StarHackIt: React/Native/Node fullstack starter kit with authentication and authorisation, data backed by SQL, the infrastructure deployed with GruCloud
Stars: ✭ 1,253 (+1261.96%)
Mutual labels:  sql
Gorm2sql
auto generate sql from gorm model struct
Stars: ✭ 92 (+0%)
Mutual labels:  sql
Iysql
IYSQL - Improve Your SQL
Stars: ✭ 87 (-5.43%)
Mutual labels:  sql
Cutehmi
CuteHMI is an open-source HMI (Human Machine Interface) software written in C++ and QML, using Qt libraries as a framework. GitHub repository is a mirror!
Stars: ✭ 90 (-2.17%)
Mutual labels:  sql
Jsql
jSQL is the "official" Javascript Query Language - A database written in Javascript for use in a browser or Node.
Stars: ✭ 85 (-7.61%)
Mutual labels:  sql
Docker Superset
Repository for Docker Image of Apache-Superset. [Docker Image: https://hub.docker.com/r/abhioncbr/docker-superset]
Stars: ✭ 86 (-6.52%)
Mutual labels:  sql
Us Cities Database
🇺🇸 SQL dump of U.S. cities data containing latitude and longitude
Stars: ✭ 89 (-3.26%)
Mutual labels:  sql
Xeus Sql
xeus-sql is a Jupyter kernel for general SQL implementations.
Stars: ✭ 85 (-7.61%)
Mutual labels:  sql
Jplusone
Tool for automatic detection and asserting "N+1 SELECT problem" occurences in JPA based Spring Boot Java applications and finding origin of JPA issued SQL statements in general
Stars: ✭ 91 (-1.09%)
Mutual labels:  sql
Eval Sql.net
SQL Eval Function | Dynamically Evaluate Expression in SQL Server using C# Syntax
Stars: ✭ 84 (-8.7%)
Mutual labels:  sql
Plsql And Sql Coding Guidelines
Trivadis PL/SQL & SQL Coding Guidelines
Stars: ✭ 89 (-3.26%)
Mutual labels:  sql
Nutz Onekey
NUTZ一键脚手架
Stars: ✭ 92 (+0%)
Mutual labels:  sql
Selectstarsql
An interactive SQL book
Stars: ✭ 92 (+0%)
Mutual labels:  sql
Cloudquery
cloudquery transforms your cloud infrastructure into SQL or Graph database for easy monitoring, governance and security.
Stars: ✭ 1,300 (+1313.04%)
Mutual labels:  sql

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].