jaxon-core icon indicating copy to clipboard operation
jaxon-core copied to clipboard

New Jaxon package announcement

Open feuzeu opened this issue 3 years ago • 0 comments

Hello All,

I would like to present a new Jaxon package I've been actively working on lately: Jaxon Adminer. [Edit]: The package was renamed to Jaxon DbAdmin.

It is a database admin tool like PhpMyAdmin or Adminer, but in the form of a Jaxon package. Which means that it does not install as a standalone app, but instead it is inserted in a page of an existing PHP app.

So the main differences with PhpMyAdmin or Adminer are:

  • simpler installation, because there's no need to configure a web server,
  • the users authenticate on the app, and not on the databases,
  • it is a single page app, thanks to Jaxon,
  • your app ui styles automatically apply to the db admin ui.

The package is still being actively developed, and is still missing some features, but lot of them are already implemented.

  • CRUD on databases, tables and data,
  • Data export and import,
  • SQL query edition,
  • Pagination on query results,
  • etc.

It is based on Adminer, so it supports the same set of database servers, MySQL, PostgreSQL, SQL Server, Sqlite, Oracle and more.

Now, I need you please to install and test the package, and let me know what you think about. All feature suggestions, comments and bug reports will also be greatly appreciated.

Thanks, Thierry

feuzeu avatar Aug 15 '21 22:08 feuzeu