#sql
Read more stories on Hashnode
Articles with this tag
If you’ve ever built something with SQLite, you may know how annoying it can be to work with timestamps. There is no timestamp data type in SQLite,...
Check out what we’re building and sign up for free, no credit card required. Hello, my name is Daniele - I’m a senior software engineer here at SQLite...
Hello, and welcome to our first release notes! At SQLite Cloud, we want to dramatically simplify your stack. The traditional client/server database...
SQLite’s data typing model is extremely flexible. Most SQL database engines are statically typed, where data types are defined and enforced by the...
SQLite Cloud is powered by a custom implementation of the Raft distributed algorithm. In our implementation, there are three types of nodes: leaders,...
In addition to its simplicity, reliability, and outstanding performance characteristics, SQLite also features a modular design. As a result, SQLite...