Login
Discover
Waves
Decks
Upgrade
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Controversial
Rising
Promoted
sqlite
serpent7776
DBuzz
Saturday, September 28, 2024 4:21 PM
ON CONFLICT REPLACE in #sqlite deletes the conflicting row and inserts a new one. ...
... This means that the primary key will be changed unless you specify it directly. Use INSERT ... ON CONFLICT DO UPDATE to keep the old id. #sql
$ 0.000
1
2
serpent7776
DBuzz
Monday, September 23, 2024 7:26 PM
#sqlite has implicit ROWID/OID integer column. #sql
$ 0.000
1
master-lamps
DBuzz
Wednesday, December 9, 2020 5:59 PM
Using relational database from browser, may come handy in some time. h ...
Using relational database from browser, may come handy in some time.
$ 0.019
3
anthonyadavisii
dtube
Thursday, January 9, 2020 12:43 AM
FlagTV LiveSteam: Exporting / Importing the SFR Database
Stream Starts at 7:30 PM CST! I'm going to run stumble through the procedure to export / import our Steem Flag / Downvote Database in order to prep for web app development. Figure the more I go through
$ 6.615
97
6
skiptvads
Movies & TV Shows
Tuesday, August 5, 2025 2:32 AM
Promoted
28 Years Later (2025) - Falls Short of Its Legacy Despite Bold Ambitions -REVIEW
Source Twenty some years is a hell of a long time to wait for another movie in this franchise, honestly I wasn't even sure if we'd ever see Danny Boyle come back to direct another one considering how 28
$ 6.569
240
10
2
smga3000
sql
Tuesday, September 3, 2019 2:49 PM
Dqlite - A Distributed SQLite
Canonical just did a very interesting thing to the venerable SQLite, one of the most used databases in the world, it is written in C, is small, tight and fast so it is common for applications to use it
$ 0.000
1
impshum
python
Monday, July 22, 2019 7:17 PM
How To Use Sqlite with Python
Sqlite Doesn't Bite Import the requirements and connect to a database called data.db in the same directory as the script. import sqlite3 from sqlite3 import Error def db_connect(): try: conn =
$ 0.000
4
skysnap
php
Wednesday, May 29, 2019 5:27 PM
PHP PDO Connect INSERT UPDATE DELETE Query to SQLite Database
Learn How To Connect INSERT UPDATE DELETE Query to SQLite Database using PHP PDO. If you like this video then Do share the video in the article to your friends or in your social media accounts. You can
$ 0.000
8
mondei1
python
Wednesday, March 20, 2019 7:01 PM
Python Tutorial #11 - SQLite
Hallo Welt Zuschauer, in dieser Folge meiner Python Tutorial Reihe, erkläre ich dir was SQLite ist und wie du es implementierst. Nützliche Links: Dokumentation von SQLite3: Beginner Guide zu SQL: Möchtest
$ 0.060
9
barbarabezina
Photography Lovers
Saturday, August 9, 2025 7:37 AM
Promoted
𝐹𝑢𝑙𝑙 𝑚𝑜𝑜𝑛
Experimenting with colors, noise and tones Long exposure Self-portraits Smartphone photography + lightroom apo
$ 2.456
84
1
ivoras
blockchain
Saturday, February 2, 2019 11:00 AM
Putting Wikipedia on the blockchain
There's this pet project I have, the Daisy blockchain, which uses SQLite databases as blocks. Literally, each block is a completely normal SQLite database and can be accessed (read-only) as such. It progresses
$ 0.040
3
1
n1-cz
docker
Sunday, December 9, 2018 9:07 PM
Docker + SQLite 3
Did you just started with Docker and have no idea how to introduce persistend data to your Docker container? Like everything is being destroyed once you rebuild or remove your container right? So how the
$ 0.000
2
1
ivoras
blockchain
Thursday, August 16, 2018 1:03 PM
Creating a custom private SQL blockchain with Daisy
Daisy, my PoA blockchain where blocks are SQLite databases, is a bit over a year old by now, and it's gaining features mostly on as-needed basis. Patches and contributors are always welcome, of course.
$ 0.000
2
snorio
steemhunt
Sunday, August 5, 2018 4:42 PM
boramalper - Sqlite3-X64 – SQLite Precompiled Binaries for Linux X64
boramalper Sqlite3-X64 – SQLite Precompiled Binaries for Linux X64 Screenshots Hunter's comment If Yor are Interested in using SQLite Precompiled Binaries for Linux,then boramalper is the product for you.
$ 0.189
14
4
gargi
Hive Food
Saturday, August 9, 2025 6:49 PM
Promoted
Seviyan Kheer- Dessert Made Specially on Festival..
Namaste 🇮🇳🙏🏻 Hello Friends, How are you all ?? Wishing you all happy and prosperous life Ahead. Today I would like to share the recipe of Seviyan Kheer it is simply madeup of roasting the
$ 1.059
56
1
shebeleeza
steemhunt
Monday, July 30, 2018 1:04 PM
SQLiteStudio - SQLiteStudio is a GUI alternative for sqlite3 CLI
SQLiteStudio SQLiteStudio is a GUI alternative for sqlite3 CLI Screenshots Hunter's comment SQLite Studio is a GUI viewer for SQLite databases. People who use sqlite3 tend to interact with the database
$ 0.181
22
3
ivoras
blockchain
Wednesday, April 18, 2018 10:35 AM
About Daisy: the blockchain where blocks are SQL databases
For some time now, I've been working on Daisy, a proof-of-authority where blocks are SQLite databases. I think this is a good approach for applications which would benefit from the blockchain structure
$ 0.077
3
thomasbnt
utopian-io
Tuesday, March 13, 2018 12:49 PM
Robot Discord 'Loup-Garou' [Fr]
Détails C'est un simple robot Discord créant des parties de Loup-Garou. Langage Il est développé en Javascript avec l'API Discord.js , discord-akairo & sqlite. Communication Vous pouvez rejoindre le
$ 0.000
2
1
shareprogramming
utopian-io
Thursday, February 1, 2018 5:30 PM
Five Best Open Source Database Application Options
sign in This article contains information about the Five OpenSource Database Applications. Title What is MySQL? What is PostgreSQL? What is SQLite? What is Oracle? What is Firebird? Introduction A database
$ 0.000
3
2
florecemujer
Holos&Lotus
Saturday, August 9, 2025 10:47 PM
Promoted
💓💓El pulso del alma: prácticas de optimismo para la vida cotidiana💓💓
Querida comunidad , Quiero agradecer la invitación de @nachomolina2 en esta iniciativa de @neuropoeta La magia de un cerebro optimista En @Holos-Lotus aprendemos a leer la vida como un tejido: cuerpo,
$ 0.022
9
1
1
rufu
utopian-io
Monday, January 22, 2018 7:01 PM
Creating and Modifying SQLite Databases
SQLite is a portable, self-contained database that is perfect for small projects that don't want or need the overhead of a dedicated database engine. According to their website, it's also the "most widely
$ 0.000
0
1
techfree
cambodia
Tuesday, January 16, 2018 9:18 AM
របៀបបង្កើត Sqlite ជាមួយភាសា Python
តើ SQLite គឺជាអ្វី? SQLite គឺយើងអាចនិយាយបានថាជា Database មួយប្រភេទដែលមានលក្ខណៈពិសេសជាង SQL Database ដោយមិនទាមទារអោយមាន Sever នោះទេ។ អត្តបទនេះ TECHFREE នឹងបង្ហាញពីការបង្កើត SQLite3 ជាមួយភាសា Python។
$ 0.000
1
seydabozkurt
utopian-io
Tuesday, December 26, 2017 8:51 AM
deleted
deleted
$ 0.167
4
2
ruslanraupov
utopian-io
Saturday, November 11, 2017 3:05 AM
Ionic with SQLite CRUD Mobile App
It's very sample CRUD app Install git clone cd Ionic-SQLite npm install ionic cordova platform add android ionic cordova platform add ios Run ionic cordova run ios ionic cordova run android Build ionic
$ 58.984
10
8
Top communities
Create decentralized community