Search
Items tagged with: PostgreSQL
Two open positions in my lab to develop scientific software with python and javascript.
Software: CATMAID
Documentation:
catmaid.readthedocs.io/en/stab…
Source code:
github.com/catmaid/CATMAID/
Example:
l1em.catmaid.virtualflybrain.o…
If you have experience with #SQL (#postgresql), #python and its many libraries (particularly #django), #rust, and #javascript, write to me and let's discuss.
Examples of open issues: github.com/catmaid/CATMAID/iss…
GitHub - catmaid/CATMAID: Collaborative Annotation Toolkit for Massive Amounts of Image Data
Collaborative Annotation Toolkit for Massive Amounts of Image Data - catmaid/CATMAIDGitHub
And PostgreSQL taking on the huge task of managing all the infrastructure data.
#PostgreSQL #DB #database #SQL
If you're an admin using Mastodon 4.0.2 or below, the menu described before won't exist and you will need to access your Mastodon server's #PostgreSQL #production #database (assuming you're using PostgreSQL) and paste the following #SQL code to block threads.net:
INSERT INTO domain_blocks (domain, created_at, updated_at, severity, reject_media, reject_reports) VALUES ('threads.net', now(), now(), 1, 't', 't');
Anyone aware of a @Mastodon repo where storage is bound to #mysql rather than #postgresql?
Why?
I am looking to binding Mastodon to #iODBC such that storage is #DBMS independent.
A MySQL binding makes this effort easier since we already have a library in place for making any MySQL-specific app #ODBC based.