DB Browser 4 SQLite

823 posts

DB Browser 4 SQLite

DB Browser 4 SQLite

@sqlitebrowser

Open Source cross platform SQLite GUI (using Qt) https://t.co/ESEPssT4yI https://t.co/fUyA9FbH7i

Bergabung Mayıs 2014
0 Mengikuti1.6K Pengikut
DB Browser 4 SQLite
DB Browser 4 SQLite@sqlitebrowser·
@fliedfood Just tried a download and it seems to be working OK for me... We've had no other reports, so hope it was either a temporary thing or resolved now. Are you sure you're connected to the Internet? ;)
DB Browser 4 SQLite tweet media
English
0
0
1
53
DB Browser 4 SQLite
DB Browser 4 SQLite@sqlitebrowser·
@kacos2000 > even DB Browser for SQLite is struggling The nightly version of DB4S has multi-thread support, so shouldn't lock up the UI as much.
English
0
0
0
30
DB Browser 4 SQLite
DB Browser 4 SQLite@sqlitebrowser·
No reported incidents is always a good thing when changing infrastructure. Love it when a plan comes together.
GIF
English
0
0
3
858
DB Browser 4 SQLite
DB Browser 4 SQLite@sqlitebrowser·
@thismumcancode Nearly a year on, and we hope your database skills have come on leaps and bounds! The beauty with database development is that pretty much every language can talk to a database, and nearly every application uses a database.
English
0
0
0
25
This Mum Can Code
This Mum Can Code@thismumcancode·
#100daysofcode Day2: Started to find my way around DB4S and went over database terminology. The whole data side of Software Development is still pretty new to me so starting from the very basic again.
English
1
1
7
0
DB Browser 4 SQLite
DB Browser 4 SQLite@sqlitebrowser·
@j_la28 This tweet is quite old now, but just for future reference, always try the latest nightly version. Both Qt and SQLite get updated frequently, so it could be something to do with those versions on your system?
English
0
0
0
32
Kevin 🤖🕵️🍺
Kevin 🤖🕵️🍺@KevinPagano3·
Note to self, save your SQLite queries when working on them, just lost one after the laptop restarted because of updates :/
English
3
0
10
788
Kevin 🤖🕵️🍺
Kevin 🤖🕵️🍺@KevinPagano3·
@forensicmike1 Yeah I have a bunch of untitled stuff there too haha, was only working in DB Browser so didn’t get saved
English
2
0
0
157
DB Browser 4 SQLite
DB Browser 4 SQLite@sqlitebrowser·
@mouse22_jp Did you try opening the CSV file? That won't work... You need to import /into/ a database, so create a new database first, and import into that. :)
English
0
0
0
19
DB Browser 4 SQLite
DB Browser 4 SQLite@sqlitebrowser·
@mouse22_jp This becomes powerful when you have a weird column you want to sort by. Imagine you have fruits 'apple', 'oranges' and 'bananas' but you want to sort by 'orange', 'banana' then 'apple'. You can't do alphabetically or on the first letter. However, you can create a new column.
English
1
0
0
15
DB Browser 4 SQLite
DB Browser 4 SQLite@sqlitebrowser·
@mouse22_jp The _ character matches one character, while the % matches zero or more characters. This is similar to the Windows command-prompt, when you want to show all text files - 'dir *.txt' .. or in Linux, you'd use 'ls *.txt' Here they use the * instead of %, but it's the same practice
DB Browser 4 SQLite tweet media
English
0
0
0
29
DB Browser 4 SQLite
DB Browser 4 SQLite@sqlitebrowser·
@mouse22_jp SQLite has only recently supported RIGHT JOINs and FULL OUTER, I believe. Here's a handy guide of the other joins.
DB Browser 4 SQLite tweet media
English
0
0
0
26