GithubHelp home page GithubHelp logo

guinsoolab / console Goto Github PK

View Code? Open in Web Editor NEW
4.0 0.0 0.0 71.46 MB

Management UI for GuinsooLab

Home Page: https://ciusji.gitbook.io/guinsoolab/solutions/guinsoolab-console

License: GNU Affero General Public License v3.0

Dockerfile 0.02% Shell 0.57% Python 0.01% Makefile 0.19% Go 25.30% HTML 0.05% CSS 0.97% JavaScript 9.37% TypeScript 63.52%
cloud console guinsoolab guinsoolab-stack infrastructure private-cloud

console's People

Contributors

ciusji avatar

Stargazers

 avatar  avatar  avatar

console's Issues

H2 database cant not list table when in `Postgres` mode

Function "col_description" not found; SQL statement: select ns.nspname as table_schema, cls.relname as table_name, attr.attname as column_name, trim(leading '_' from tp.typname) as data_type, pg_catalog.col_description(attr.attrelid, attr.attnum) as column_description from pg_catalog.pg_attribute as attr join pg_catalog.pg_class as cls on cls.oid = attr.attrelid join pg_catalog.pg_namespace as ns on ns.oid = cls.relnamespace join pg_catalog.pg_type as tp on tp.typelem = attr.atttypid where cls.relkind in ('r', 'v', 'm', 'f') and ns.nspname not in ('pg_catalog', 'pg_toast', 'information_schema') and not attr.attisdropped and attr.attnum > 0 order by ns.nspname, cls.relname, attr.attnum limit 1000001 [90022-214]

Importerror: /lib64/libstdc++.so.6 not found

importerror: /lib64/libstdc++.so.6 not found.

detail info as below:
node_modules/sqlite3/lib/binding/napi-v6-linux-glibc-x64/node_sqlite3.node importerror: /lib64/libstdc++.so.6 ... not found.

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.