Code Monkey home page Code Monkey logo

qlom's Introduction

Qlom

A Qt application to view Glom databases, using libglom, the non-UI component
of Glom.


Qlom currently only works with
- A centrally-hosted PostgreSQL database, such as one created by Glom.
  That means, one that will still be hosted by PostgreSQL even when Glom is 
  not running.
- A sqlite database, such as the one in Glom's git checkout. For instance:
    $ qlom /home/murrayc/checkouts/gnome30/glom/examples/sqlite/test_sqlite_music/test_sqlite_music.glom 
  (A patch would be welcome to make that accept a relative file path.)

However, it wouldn't be too hard to make Qlom start the PostgreSQL instance 
when necessary. There is libglom API for that.


See also:
http://www.glom.org/

Qlom uses Autotroll in its build system:
http://www.tsunanet.net/autotroll/


Build:

Here are some hints to fix build problems that really should not happen. 
Patches to fix these problems properly would be appreciated.

* The autogen.sh script uses autoreconf but you might need to do this first when 
building from git:
  $ export ACLOCAL=aclocal-1.11
  $ export AUTOMAKE=automake-1.11
to avoid these errors:
configure.ac:29: error: possibly undefined macro: AC_MSG_ERROR
configure.ac:46: error: possibly undefined macro: AC_DEFINE
(Just requiring 1.11 in AM_AUTOMAKE_INIT() does not solve this.)

* You might also need to remove your qt3 -dev package so that autotroll 
correctly finds qt4. For instance, remove libqt3-mt-dev on Ubuntu or Debian.


qlom's People

Contributors

benkonrath avatar murraycu avatar ppenz avatar

Watchers

 avatar  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.