Author Topic: Inspecting QEA databases - Information only.  (Read 5433 times)

Ian Mitchell

  • EA User
  • **
  • Posts: 506
  • Karma: +22/-4
  • The eaDocX and Model Expert guy
    • View Profile
Inspecting QEA databases - Information only.
« on: January 04, 2022, 08:42:55 pm »
Tip for those of you who also who spend your lives in the murky depths of the EA database.
If you are using the new default QEA database (uses SQLite technology), there is a good, free browser app which lets you look at the database contents, in the same way that MS Access lets us look into EAP and EAPX databases.
Try : https://sqlitebrowser.org/dl/

Ian Mitchell, Designer, eaDocX


www.eaDocX.com
www.theartfulmodeller.com

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Inspecting QEA databases - Information only.
« Reply #1 on: January 04, 2022, 09:21:56 pm »
https://sqlitebrowser.org/blog/version-3-12-2-released/ for the Mac users out there.

q.

P.S. Just noticed that they also got a Windoze version.
« Last Edit: January 04, 2022, 09:23:45 pm by qwerty »

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13404
  • Karma: +567/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Inspecting QEA databases - Information only.
« Reply #2 on: January 04, 2022, 09:58:31 pm »
My favorite SQL client for non SQL-Server databases is AnySQL Maestro, which supports both .eap(x), SQLite and a whole lot of other databases

https://www.sqlmaestro.com/products/anysql/maestro/

There's a free version available as well.

Geert

Richard Freggi

  • EA User
  • **
  • Posts: 493
  • Karma: +18/-7
    • View Profile
Re: Inspecting QEA databases - Information only.
« Reply #3 on: January 05, 2022, 03:12:42 pm »
SQLite Studio is free I think and very good.
DBeaver works fine with SQLite.  That's what I use.
SQLite has a gajillion open source front ends and IDEs (SQLite is the most used DBMS in the world: your phone and computer have several instances of it running right now): you can google SQLite frontend or SQLite IDE.  Some are browser-based, others are clients


timoc

  • EA User
  • **
  • Posts: 201
  • Karma: +14/-0
    • View Profile
Re: Inspecting QEA databases - Information only.
« Reply #4 on: January 11, 2022, 08:04:09 pm »
When working with SQLite, a tool worth considering, created by the author of SQLite, is jsish.

Jsish is a single binary CLI Javascript shell. It is available on most platforms, including on embedded, and has out of the box capabilities such as SQLite, MySQL, Websockets/Web server, including an SQLite Database Browser (SQLiteUI).

I have been experimenting with jsish as a way to mine data from various SQLite databases,  over REST/JSON, using the EA 'Data Miner Diagram' feature.