nurkiewicz, to random
@nurkiewicz@fosstodon.org avatar

Little Bobby Tables? More like Little Bobby's Street: "Council claims database pain forced it to drop apostrophes from street names". Sadly, it was not injection | https://www.theregister.com/2024/05/07/north_yorkshire_council_blames_databases/

skribe, to django
@skribe@aus.social avatar

Django peeps. I want to link my languages table (English, French, Chinese, etc) to the word classes (Nouns, Verbs, Adjectives, etc) table. It would be a many-to-many relationship, but I'm not sure whether to use a join table or the many-to-many model. What's the most Django way?

OldGrumpyBitWrangler, to php
@OldGrumpyBitWrangler@mastodon.social avatar

An instance of a popular CMS is used for a website. While analyzing I'm coming across a a table in it's MySQL database where a column called "deleted" is defined as such:

deleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'A boolean indicating whether this data item has been deleted‘

🤦‍♂️

There should be a license allowing allowed to write software used by someone else. Like with drivers licenses it needs a points system for violations and license revocation.

aeveltstra, to random
@aeveltstra@mastodon.social avatar

Silly mistakes being silly:

Attempting to sort day name results from an query by day name.

As if the SQL engine would know day names and apply a natural sort, instead of a text based one.

I'm spoiled by Apple computers.

adamchainz, to django
@adamchainz@fosstodon.org avatar

✍️ New post on my new package django-harlequin.

🦆 This package provides a small launcher command for Harlequin, the Terminal-based SQL IDE by Ted Conbeer.

💽 Try it out and let me know what you think!

https://adamj.eu/tech/2024/05/07/django-harlequin/

davidbisset, to mastodon
@davidbisset@phpc.social avatar

From time to time I stumble onto a modern Tweet worth adding to my https://davidbisset.social collection (via ).


About / industry:

"Early in my career, I joined a project that used a lot of .

I was new to SQL so I found an “intro to SQL” book on the company bookshelf, and read it over a weekend.

From that point on, I was seen as an SQL expert amongst colleagues.

It was a revelation about our industry."

Also: still very useful.

https://twitter.com/steveofmcleod/status/1787173200121532632

wader, to random
@wader@fosstodon.org avatar

Yesterday I read the recently published JSONPath RFC (RFC9535) and listening to an interview with one of the creators of SQL https://www.datacamp.com/podcast/50-years-of-sql-with-don-chamberlin and worst of all i poked around in sqlite code to figure out how the scheme table works...guess I just have to accept that I'm a query language nerd.

stevensanderson, to stackoverflow
@stevensanderson@mstdn.social avatar

I was working on a problem today where I needed to pick out a department and a sub issue that were attached to each other as a single code in a comment.

I first went to use the traditional SUSTRING(comment_string, 1, 5) IN (my list of codes) but it was slow.

So off to work, I learned something new via and learned to make a sarge-able LIKE with what ever I want in the narrower results.

Nice to learn something new.

mortensummer, to sysadmin
@mortensummer@masto.ai avatar

I've started documenting various issues\problems that I face in my role when working in .

My first technical post is all about the challenges faced when securing in a multi-tenancy environment. I will write more as and when I come across other interesting issues!

https://mindcircuitry.com/securing-azure-sql-server-for-multi-tenancy-access

kubikpixel, (edited ) to Redis German
@kubikpixel@chaos.social avatar

I have the same question about: PoloDB¹ vs. KeyDB² or even RethinkDB³? 🤔
(all ar open-source and free)

«MongoDB vs. Redis: Which Database Should You Use?»
📄 https://www.integrate.io/blog/mongodb-vs-redis/

  1. https://www.polodb.org
  2. https://docs.keydb.dev
  3. https://rethinkdb.com


wilson, to golang

This weekend, I hacked together a markdown documentation generator for Postgres in Go. It should be extensible to other databases, as well as including other properties from database.

It's called SQLDoc — please check it out!

https://husin.dev/sqldoc/

Zekovski, to PostgreSQL French
@Zekovski@pouet.chapril.org avatar

Est-ce qu'il y a des postgresexuels qui peuvent m'aider ? Apparemment j'ai un problème dans ma base de données mais je n'y connais rien.

https://forum.funkwhale.audio/d/556-front-page-displays-errors/8

kubikpixel, to rust
@kubikpixel@chaos.social avatar

Have any of you Rust developers ever used Skytable and been satisfied so far? Is it also 100% open source or do I have to pay attention to something like SurrealDB and can GraphQL or something similar also be used on it?

🦀 https://skytable.io
⚙️ https://surrealdb.com
⚙️ https://graphql.org


kubikpixel,
@kubikpixel@chaos.social avatar

🧵 …I ask this above to integrate a on a / project, this make sense:

📺 vs. Explained (in 4 Minutes)
https://www.youtube.com/watch?v=_Ss42Vb1SU4

aijobs, to ai
@aijobs@mstdn.social avatar
gjergjiramku, to PostgreSQL

What's your go to db for side projects?

From now on mine will be sqlite.

So many benefits compared to other database, where do I start from?

Posit, to random
@Posit@fosstodon.org avatar

We’re most pleased to announce the release of dbplyr 2.5.0!

dbplyr is a database backend for dplyr that allows you to use a remote database as if it were a collection of local data frames. dbplyr 2.5.0 introduces succinct new syntax for literal table identifiers.

Learn more on the tidyverse blog: https://www.tidyverse.org/blog/2024/04/dbplyr-2-5-0/

Posit, to random
@Posit@fosstodon.org avatar

We’re thrilled to announce dplyr powered by DuckDB: duckplyr 🎉

A collaboration between the dplyr project team at Posit, cynkra, and DuckDB, duckplyr is a powerful new option that marries the user-friendly dplyr syntax with the execution capabilities of DuckDB.

Learn more: https://posit.co/blog/duckplyr-dplyr-powered-by-duckdb/

eugenialoli, to business
@eugenialoli@mastodon.social avatar

I'm looking to start a designing and installing s for very small businesses. Not full servers, but something like MS Access (local files). Unfortunately, there are no good alternatives for it. leaves a lot to be desired, and hasn't updated for some time now. That leaves the online as the best option, but I rather not deal with online stuff because internet is not reliable in my area. Plus that tends to fall into over time.

serpentroots, to random
@serpentroots@hachyderm.io avatar

In my current job, the standard is to lowercase keywords. I know this is the prevailing standard these days, but boy is it hard to read.

gvwilson, to random
@gvwilson@mastodon.social avatar

"The Querynomicon" has had some updates: content split into multiple pages, start of a section on PostgreSQL's roles and permissions thanks to Konstantinos Kitsios, and general tidying up https://gvwilson.github.io/sql-tutorial/ Still lots to do; contributions gratefully accepted.

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

DuckDB 🦆 + dplyr 🔧= duckplyr 🚀🚀🚀

DuckDB released a new R package - duckplyr, which enables running dplyr functions using the DuckDB engine on the backend ❤️. The package, on the backend, translates and maps the dplyr code into DuckDB. This will enable dplyr users to work with large datasets with higher performance.

Resources 📚
Code: https://github.com/duckdblabs/duckplyr
Documentation: https://duckdblabs.github.io/duckplyr/
Release post: https://duckdb.org/2024/04/02/duckplyr

cjerrington, to random
@cjerrington@mstdn.social avatar

It's nice when you write a script and monitoring and inventory comes out of it. Also, nice when it works when you deploy it.

Now to build the monitor to monitor the monitor so we can alert when the monitor doesn't monitor the monitor... The rabbit hole of monitoring.

glyph, to opensource
@glyph@mastodon.social avatar

Just a quick post before I have to turn into a pumpkin for the evening, I'll put up more details later — new release of my query organizer today, DBXS - https://pypi.org/project/dbxs/0.1.0/

This is the first release that has native asyncio support for PostgreSQL and MySQL without indirecting it through Twisted's threadpool, which opens up its usability into a lot more contexts. Give it a shot and let me know what you think.

remember to like and subscribe https://glyph.im/patrons/

  • All
  • Subscribed
  • Moderated
  • Favorites
  • anitta
  • InstantRegret
  • thenastyranch
  • mdbf
  • khanakhh
  • Youngstown
  • slotface
  • hgfsjryuu7
  • ngwrru68w68
  • rosin
  • kavyap
  • Durango
  • PowerRangers
  • DreamBathrooms
  • Leos
  • magazineikmin
  • cisconetworking
  • cubers
  • vwfavf
  • tacticalgear
  • everett
  • osvaldo12
  • ethstaker
  • tester
  • normalnudes
  • modclub
  • GTA5RPClips
  • provamag3
  • All magazines