VirtualTam's bookmarks
16 bookmarks found
Page 1 of 1
-
Fly.io - JIT Wireguard
2024-03-31 What if, instead of pushing [user] configs to gateways, we had the gateways pull them from our API on demand?
-
Exploring EXIF
2023-09-08 -
- Postgres Full Text Search vs the rest (MeiliSearch, OpenSearch/Elasticsearch, SQlite FTS, Typesense)
- Optimizing Full Text Search with Postgres tsvector Columns and Triggers
- Word separators for Postgres full text search with Rails
- Using PostgreSQL Full Text Search With Golang
- PostgreSQL: Full Text Search
- PostgreSQL: Preferred Index Types for Text Search
-
How To Corrupt An SQLite Database File
2022-05-02 -
- https://developer.android.com/training/data-storage/room/index.html
- https://developer.android.com/reference/android/arch/persistence/room/Database.html
- https://developer.android.com/training/data-storage/room/defining-data.html
- https://developer.android.com/training/data-storage/room/accessing-data.html
- https://developer.android.com/topic/libraries/architecture/adding-components.html
- https://codelabs.developers.google.com/codelabs/android-room-with-a-view/#0
- https://codelabs.developers.google.com/codelabs/android-persistence/#0
- https://github.com/googlesamples/android-architecture-components/tree/master/PersistenceContentProviderSample
- https://github.com/googlesamples/android-architecture-components/tree/master/PersistenceMigrationsSample
-
Pragma statements supported by SQLite
2016-08-20 1# List databases 2PRAGMA database_list; 3 4# Describe table 5PRAGMA table_info(<table_name>);
-
SQLite Memo
2015-03-14 Common ops & clauses:
- CREATE TABLE - https://www.sqlite.org/lang_createtable.html
- ALTER TABLE - https://www.sqlite.org/lang_altertable.html
- UPDATE - https://www.sqlite.org/lang_update.html
Page 1 of 1