SQLite
SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world. SQLite is built into all mobile phones and most computers and comes bundled inside countless other applications that people use every day.
- GitHub: https://github.com/topics/sqlite
- Wikipedia: https://en.wikipedia.org/wiki/SQLite
- Created by: D. Richard Hipp
- Released: August 17, 2000
- Related Topics: sql,
- Last updated: 2026-07-03 00:26:05 UTC
- JSON Representation
https://github.com/lokkju/claude-session-index
Index, search, and report on Claude Code sessions. SQLite FTS5 database with CLI, MCP server, and TPS skill for work summarization.
claude-code claude-code-plugin cli fts5 mcp session-indexer sqlite
Last synced: 04 Jun 2026
https://github.com/qobulovasror/easy-note-with-mern
express memory-database nodejs notes sqlite
Last synced: 18 Apr 2026
https://github.com/ohimoiza1205/advanced-to-do-list-application
Developed an advanced To-Do List application with a modern graphical user interface (GUI) using PyQt5 and SQLite for database management.
database-management gui python qt5 sqlite
Last synced: 18 Apr 2026
https://github.com/isosphere/lm-sensors-logger
Log lm-sensors values to a SQLite database
linux lm-sensors sensors sensorsd sqlite
Last synced: 08 May 2026
https://github.com/lonyasha/cs50w-mail
Mail is a single-page email client. It allows users to send, receive, view, archive, and reply to emails through a dynamic interface that communicates with a backend API. This project is part of CS50's Web Programming with Python and JavaScript course.
ajax cs50w django email-client html-css javascript python rest-api single-page-applications sqlite web-development
Last synced: 05 Apr 2026
https://github.com/bloomca/youtube-mp3-grabber
Application to follow channels on youtube and convert new episodes to mp3
Last synced: 18 Apr 2026
https://github.com/peterkneale/galaxy
Sample Code: ServiceStack API + OrmLite + SQLite for aspnetcore sample
aspnetcore csharp ormlite servicestack sqlite
Last synced: 18 Apr 2026
https://github.com/coderooz/python-flask-recipt-generator
A simple yet powerful Receipt Generator built with Python (Flask), SQLite, and ReportLab. This tool allows you to create receipts through a clean web UI, store them locally, and export professional PDF receipts.
flask flask-sqlalchemy python recipt-generator reportlab-pdf sqlite
Last synced: 18 Apr 2026
https://github.com/teslaproduuction/calculation_of_the_heat_balance
This application, developed in Python, is designed to perform calculations of the thermal balance in molds when casting metal castings. It allows you to determine how much heat comes from the metal and how much heat needs to be removed from the mold to ensure optimal conditions for casting.
matplotlib-python python3 sqlite tkinter-gui
Last synced: 18 Apr 2026
https://github.com/stupidjoon/supa-chat
CF Durable Objects / Supabase Chat App
cloudflare durable-objects react shadcn-ui sqlite supabase typescript vite
Last synced: 22 Jul 2025
https://github.com/iamtonmoy0/go-sales-api
A ready to use Sales API with golang,gorm and sqlite3
api api-client api-rest golang gorm gorm-orm sales-api sales-management sales-management-system sqlite sqlite3
Last synced: 18 Apr 2026
https://github.com/lomartins/job-hunter-skill
Local-first, PII-safe job-hunting copilot. Scrape boards, kanban-track applications, auto-fill ATS forms, tailor resumes per JD — Claude Code skill + CLI + local webapp.
ats automation claude-code claude-plugin claude-skill fastapi htmx job-board job-search job-tracker kanban pii playwright privacy python reactive-resume resume self-hosted sqlite web-scraping
Last synced: 05 Jul 2026
https://github.com/remcostoeten/doraex
A modern web-based database viewer built with a seperate backend in Bun & Hono. Primairly for learning.
bun database-management database-viewer fullstack hono postgresql sqlite svelte
Last synced: 08 Apr 2026
https://github.com/thaokvu/payflow
PayFlow is a secure, web-based payroll management system designed to handle paycheck generation, employee roles, and real-time financial data management. Built with Flask, SQLite, and Jinja2, it simplifies payroll workflows and generates downloadable PDF paychecks.
employee-dashboard flask jinja2 payroll payroll-management-system pdf-generation python sqlite web-application
Last synced: 08 May 2026
https://github.com/pedromgsanches/nutpad
simple notes app entirely created with AI
ai bulma docker notes selfhosted sqlite
Last synced: 19 Apr 2026
https://github.com/inventixcity/inventix-bank
Advanced Banking Management System built with Java & JavaFX - Features dual authentication, real-time transactions, account management, and modern MVC architecture with SQLite database
authantication clean-code java javafx javafx-application mvc-architecture sqlite sqlite3
Last synced: 19 Apr 2026
https://github.com/sandhyas140295/edutech-assignment-tracker-backend
A simplified assignment tracking system for EdTech platforms where teachers can post assignments and students can submit them. Includes role-based login for teachers and students, with secure APIs built using FastAPI and SQLite. Clean React-based frontend allows assignment creation, submission, and viewing of student submissions.
fastapi jwt-authentication python3 rest-api sqlite
Last synced: 08 May 2026
https://github.com/mohammedaoudi/android-roomdb-education-management
An Android application demonstrating Room Database implementation with clean architecture for educational management. Features DAO patterns, asynchronous data handling, and complete CRUD operations with a real-world educational use case. Built with Kotlin and Material Design.
android android-application dao education-management kotlin room-database sqlite
Last synced: 19 Apr 2026
https://github.com/iluknow/encrypted_notes_app
Encrypted Notes - безопасное веб-приложение для заметок с полным шифрованием AES-256-GCM. Пароли никогда не сохраняются, только зашифрованный контент. Идеально для личного использования и изучения криптографии на PHP.
aes-256-gcm encryption openssl php privacy security sqlite web-app
Last synced: 19 Apr 2026
https://github.com/francescoa27122/inventory-management-system
Full-stack inventory management system for Frank & Son Auto
express inventory-managment nodejs python react scripts sqlite
Last synced: 08 Apr 2026
https://github.com/nixliuxin/tieba-time-machine
百度贴吧时光机 - 全量归档与本地阅读工具 | Archive entire Baidu Tieba forums and read them offline
archive baidu digital-archiving fastapi offline-reader preservation react scraper sqlite tieba
Last synced: 20 Jun 2026
https://github.com/cesardev31/cortex_engine
Cortex Engine es un proyecto de código abierto personal,
cpp game-engine multiplatform opengl-es sqlite
Last synced: 03 May 2026
https://github.com/andersonhsporto/cryptography-restapi
Este projeto e uma API RESTful que tem como foco garantir a proteção de campos sensíveis realizando a criptografia (hashing) dos mesmos em tempo de execução ao gravar e recuperar dados do banco de dados. Os campos userDocument e creditCardToken são criptografados utilizando o algoritmo de SHA-512 antes de serem salvos no banco.
ansi-c docker dockerfile openssl rest sha512 sqlite
Last synced: 08 May 2026
https://github.com/pearcoding/pearsql
Very simple sql query builder focusing on sqlite compatibility
builder python query-builder sql sqlite
Last synced: 20 Apr 2026
https://github.com/vilhalva/tools-references-crud
👨🏫ESTE APLICATIVO É UM SISTEMA DE GERENCIAMENTO DE FERRAMENTAS E REFERÊNCIAS, DESENVOLVIDO COM PYQT5/PYSIDE6 E PEEWEE ORM E SQLITE.
aplicativo codigo crud database framework interface projeto pyqt pyside python search sqlite
Last synced: 08 May 2026
https://github.com/luiizsilverio/app-sqlite
Aplicação desenvolvida em React Native com SQLite durante o curso da Alura
expo-sqlite react-native sqlite
Last synced: 20 Apr 2026
https://github.com/persteenolsen/umbraco-13-starter-two
Umbraco 13 CMS Website serving CRUD by custom MVC and Table in DB serving as a Starter
dotnet entity-framework-core sqlite umbraco
Last synced: 20 Apr 2026
https://github.com/sreekarnv/draftlet
Local-first drafting assistant with a browser extension, desktop companion, and Ollama-powered local replies.
ai chrome-extension electron fastapi local-first ollama productivity react sqlite typescript
Last synced: 20 Jun 2026
https://github.com/saagpatel/compliance-suite
Local-first compliance ops suite — questionnaire, binder, and SOP tools in a Tauri + Rust monorepo
compliance desktop-app monorepo rust sqlite tauri typescript
Last synced: 28 Jun 2026
https://github.com/puppe1990/calculo-rescisao-contrato-trabalho
Sistema desktop de calculo de rescisao com NeutralinoJS, Tailwind, JavaScript modular e SQLite.
calculadora-rescisao desktop-app javascript neutralinojs sqlite tailwindcss trabalhista vitest
Last synced: 22 Jun 2026
https://github.com/cmarker0/android_exam
Exam soulution for PGR201-V18 - Java Android app for a Tic-Tac-Toe game
android exam game-development sqlite tic-tac-toe
Last synced: 20 Apr 2026
https://github.com/andrewwango/stream-nlp-app
Sentiment analysis and visualisation app with Dash
fastapi huggingface-transformers plotly-dash sqlite
Last synced: 09 May 2026
https://github.com/siakinnik/film-founder-bot
AI-powered Telegram bot to find movies by description. Built with Node.js, Telegraf.js, Google Gemini API, and SQLite. Features session management and multi-language support (RU/EN/DE).
ai gemini-ai generative-ai movie-finder-app nodejs sqlite telegraf telegram-bot telegram-bot-ai-assistant
Last synced: 20 Apr 2026
https://github.com/viniciusmecosta/peatdata
docker-compose fastapi python sqlalchemy sqlite
Last synced: 21 Apr 2026
https://github.com/akobirmarupov/movies_bot
A Telegram bot that provides movies based on unique codes. Users must subscribe to a specific channel to access content. Built with aiogram and SQLite, supporting asynchronous operations.
aiogram aiogram-bot python python-asynchronous sqlite
Last synced: 21 Apr 2026
https://github.com/jphlpl/simple-inventory-crud-app
Made by Maven Java and SQLite for Database. Structured on model-db-ui directory and it is simple inventory crud app developed on maintaining simple items and deployed to other department
Last synced: 09 May 2026
https://github.com/nirbelelti/python-secure-flask-api-jwt-demo
This is a demo API application built using Flask, JWT (JSON Web Tokens), and SQLAlchemy with SQLite and Redis. The application follows best practices for user authentication and password management, including salting and hashing passwords. It implements key design patterns and ensures token-based security using JWT.
api-rest authentication design-patterns facade-design-pattern flask-api python salting singleton-design-pattern sqlite
Last synced: 21 Apr 2026
https://github.com/zzarif/pearl-library-management-django-webapp
Course Project for RDBMS Programming Lab: A Modern Library management Webapp built with HTML+CSS+JavaScript (Frontend) and SQLite+Django REST Framework (Backend).
admin css django html javascript python rdbms sqlite user-management
Last synced: 09 Apr 2026
https://github.com/zainab7681051/disneymoviesapi
API for retrieving a list of Disney animation movies with their title, summary, runtime, etc.
api-rest cs dotnet-core sqlite
Last synced: 09 Apr 2026
https://github.com/mochgani/android-latihan-sqlite
Project Latihan Menggunakan Sqlite pada Android Studio
android android-studio java sqlite
Last synced: 09 May 2026
https://github.com/falconizmi/class-tasker
Class Tasker is a web app that lets teachers create rooms for their students to manage and assign school tasks.
assignment-tracker axios badrap-result class-tasker flask npm pipenv python react rest-api shadcn-ui sqlalchemy sqlite tailwind tanstack-react-query todo-list typescript uuid zod
Last synced: 07 Apr 2026
https://github.com/adrianoleitedasilva/user-api
Esta é uma API RESTful criada em Node.js que permite gerenciar usuários. Ela suporta operações de criação, atualização, exclusão e listagem de usuários. A API utiliza o SQLite como banco de dados por padrão, mas está preparada para ser migrada para MySQL. Além disso, foi configurada com Swagger.
api mysql-database rest-api sqlite swagger-ui
Last synced: 06 Apr 2025
https://github.com/alexey0b/task_scheduler
backend full-stack golang jwt-authentication postgresql sqlite task-manager
Last synced: 22 Apr 2026
https://github.com/joeychilson/litequery
A simple and fast SQLite query builder library for Go.
go golang query query-builder sqlite
Last synced: 22 Apr 2026
https://github.com/bhaskaracharjee/passengerhub
Passenger Management System
jsp-servlet passenger-management sqlite
Last synced: 22 Apr 2026
https://github.com/danhpaiva/sistema-gerenciamento-conta-bancaria-net-7-sqlite
Exercício para revisão e fixação do conteúdo da UC de Estrutura de Dados e Análise de Algoritmos.
Last synced: 20 May 2026
https://github.com/Abhineet0904/To-do-List-app
To-Do List App.
alertdialog-kotlin datepicker kotlin-android recyclerview recyclerview-adapter sqlite timepick
Last synced: 28 Jun 2026
https://github.com/zzhang82/agent-memory-bridge
MCP-native memory for coding agents that turns real sessions into reusable decisions, gotchas, and domain knowledge.
agent-memory ai-agents codex coding-agents local-first mcp model-context-protocol sqlite
Last synced: 24 Apr 2026
https://github.com/green-blue-couchette/mini-project---weather-db-with-python
A Python program to retrieve weather data from OpenWeatherMap and store it in an SQLite database. Hands-on project to aid my learning and for my portfolio.
databases hobby-project portfolio python sqlite
Last synced: 03 Feb 2026
https://github.com/robinblomberg/sqlite-compiler
Well-tested SQLite compiler that covers the entire SQLite specification.
Last synced: 24 Apr 2026
https://github.com/vianpyro/profanity
Profanity database and API for checks and filters
Last synced: 24 Apr 2026
https://github.com/shahid-io/inode
Personal knowledge base and secret vault — semantic search via vector embeddings and RAG
ai cli developer-tools embeddings go golang knowledge-base llm natural-language-search rag secret-vault sqlite
Last synced: 22 Jun 2026
https://github.com/kitepea/note-app-mvvm
coroutines firebase-auth mvvm room-database sqlite
Last synced: 24 Apr 2026
https://github.com/desyatkoff/impressle
This repository is the source code of impressle.fun website. Impressle is a unique social network where you have to draw by hand, not uploading image files
css flask flask-babel flask-login flask-sqlalchemy html impressle impresslefun javascript purecss python sqlite
Last synced: 07 Mar 2026
https://github.com/arudzinska/music_collection
Simple Flask+SQLite app rendered in HTML to add, view and delete albums in a music collection.
Last synced: 24 Apr 2026
https://github.com/JDSRAO/VideoManagement
Media file indexer which allows adding artists, genres and tags for better indexing and searching
media-indexer media-indexing sqlite sqlite-database wpf wpf-application
Last synced: 12 Mar 2025
https://github.com/coderunner099/restaurant-ordering-system
A simple restaurant ordering system built with Flask and SQLite, featuring a digital menu, cart, order submission, and a kitchen dashboard.
backend flask food-ordering fullstack python sqlite
Last synced: 09 May 2026
https://github.com/asynched/golang-payment-api
A simple payments API using golang.
Last synced: 25 Apr 2026
https://github.com/dedaldalde/bun_database_wrappers
🔗 Simplify database interactions with type-safe wrappers for MySQL, Redis, and SQLite using Bun's SQL API, ensuring security and ease of use.
api bun crud mysql mysql-wrapper native redis redis-wrapper runtime sqlite sqlite-wrapper typescript wrapper
Last synced: 08 Apr 2026
https://github.com/sj22032003/go-ems
Repo containing golang REST api project for running event management server, using GIN
authorization gin-gonic go rest-api sqlite
Last synced: 09 May 2026
https://github.com/lauratrigo/person_api
Person API é uma API desenvolvida com .NET 9 e Entity Framework Core para gerenciamento de pessoas. Permite realizar operações de CRUD com armazenamento em SQLite. Projeto criado para estudo e prática de desenvolvimento de APIs RESTful. 💾
api api-rest crud csharp entity-framework-core net9 sqlite sqlite3
Last synced: 20 May 2026
https://github.com/luisall12/ipt-6.1_expensemanager
Track expenses and get Datavisualation, with C# WPF and SQLite
csharp csharp-wpf netcore object-oriented-programming sql sqlite wpf xaml
Last synced: 26 Apr 2026
https://github.com/kurenn/trove
Trove — self-hosted desktop 3D-print model library (Tauri v2 + React/TS)
3d-models 3d-printing desktop react rust self-hosted sqlite tauri threejs typescript
Last synced: 07 Jun 2026
https://github.com/stephenlb/pubnub-sqlite-server
How to Use localhost as Web Database Server. The PubNub SQLite Query Server contains a Node.js server application that uses PubNub to listen for SQL queries on a specified channel and executes them on an in-memory SQLite database. The results are then sent back to a designated response channel.
nodejs server sql sqlite sqlite3
Last synced: 26 Apr 2026
https://github.com/dbtlr/mimir
Work-state engine over SQLite — one query layer, CLI for humans, MCP server for agents
agentic-workflows cli coding-agents mcp mcp-server sqlite task-management typescript
Last synced: 05 Jul 2026
https://github.com/loxewyx/norvelang
Multi-Source Data Processing Language
csv db declarative dsl-interpreter excel json lark-parser multiformat pipeline python-api sqlite sqlite3 xls xlsx xml
Last synced: 02 May 2026
https://github.com/manjit-baishya-datascience/homestay-database-management-system
This Accommodation Booking System is designed to facilitate the booking and management of listings, guests, hosts, bookings, amenities, and reviews.
database-design schema sql sqlite
Last synced: 07 Jun 2026
https://github.com/sandk21/base_donnees_immobilere
Création d'une base de données avec SQLite et requêtes en vue d'analyses
base-de-donnees bdd requete sql sqlite
Last synced: 09 Jun 2026
https://github.com/npaun/gtfs-explorer
Query GTFS feeds using SQLite in the browser with built-in visualizations
Last synced: 26 Apr 2026
https://github.com/sblack4/lolcrawler
Get data from the Riot API and put it into a SQLite database
api league-of-legends python sql sqlite sqlite3
Last synced: 22 Jun 2026
https://github.com/dzhaparovbekmamat/todolist
ToDoList is a simple yet powerful task management app designed to help you stay organized and productive. Whether you're managing daily chores, work projects, or personal goals, ToDoList makes it easy to create, track, and prioritize your tasks.
Last synced: 02 Apr 2026
https://github.com/jjerrychoi/apex-memory
Persistent memory MCP server for AI coding agents. Ultra-lightweight (46 kB), cloud sync, works with Claude Code, Cursor, Windsurf. npm install apex-memory
ai ai-memory claude-code cline coding-agents cursor mcp mcp-server memory model-context-protocol persistent-context persistent-memory sqlite typescript windsurf
Last synced: 07 Mar 2026
https://github.com/sistematico/python-sqlite-crud
Exemplo de operação CRUD(Create, Read, Update, Delete) usando o Python 3 e SQLite 3
Last synced: 27 Apr 2026
https://github.com/hackfutsec/detected
Detected : A powerful and user-friendly tool for detecting SQL injection vulnerabilities in web applications, supporting GET/POST requests, custom payloads, cookies, and detailed reporting.
cookies cybersecurity ethical-hacking ethical-hacking-tools hacking hacking-tool multithreading python sql-injection sqlite
Last synced: 27 Apr 2026
https://github.com/codecsrayo/proyecto_integrador_iv
Para resolver este proyecto y crear el pipeline ELT, deberás completar los archivos de Python (.py) y SQL (.sql) que están distribuidos en diferentes carpetas
airflow datawarehouse jupyter-notebook python sqlite
Last synced: 09 May 2026
https://github.com/adityatote/bonk-bot
cloudflare-workers drizzle hono solana sqlite tanstack-start turso
Last synced: 27 Apr 2026
https://github.com/guraspy/alpha-vantage-etl-pipeline
A Python ETL pipeline to fetch daily stock data from Alpha Vantage and load it into an SQLite database.
automation etl-pipeline json pandas python sqlite
Last synced: 27 Apr 2026
https://github.com/rikeda71/calendar
メディア情報処理演習 カレンダー
calendar csharp google-calendar sqlite
Last synced: 27 Apr 2026
https://github.com/wolffshots/jellyfin_pr_migration
Migration tool for moving playback reporting to a new instance of Jellyfin
jellyfin migration-tool playbackreporting rust script sqlite tsv
Last synced: 27 Apr 2026
https://github.com/zombiezen/rust-sqlite
Low-level, safe SQLite bindings for Rust
Last synced: 27 Apr 2026
https://github.com/microwaves/sqlite-db-sample
Just an example package to create and handle sqlite databases in Go
Last synced: 28 Apr 2026
https://github.com/jjling2011/textsearcher
Text content full text searcher. 文本全文搜索小工具
Last synced: 28 Apr 2026
https://github.com/chenxuan520/mystery
本地可玩的悬疑推理游戏原型,含 Web、Admin、案件生成与归档
mystery-game nodejs openai-compatible sqlite typescript
Last synced: 23 Jun 2026
https://github.com/ovuiproduction/tabletalk
TableTalk - Your Data, Your Language Query tabular data using natural language—no SQL required! Upload your data, ask questions, and get instant insights. 🔹 Convert Natural Language to SQL 🔹 Handle Complex Queries & Aggregations 🔹 Upload CSVs for Easy Analysis 🔹 React + Flask + SQLite3 Backend 🔹 Powered by LLMs for Accuracy
ai data-analysis flask llm machine-learning natural-language-processing prompt-engineering react sql sqlite
Last synced: 28 Apr 2026
https://github.com/whosonfirst/go-whosonfirst-sqlite-index
Go package for indexing SQLite databases.
Last synced: 10 May 2025
https://github.com/suwansankaja/django-user-preferences
Full Stack Web App for User Profile Management
django html javascript jinja-template python sqlite
Last synced: 28 Apr 2026
https://github.com/zjimn/chatorganizer
ChatOrganizer is a Python-based desktop application that efficiently manages conversations with ChatGPT by using the OpenAI API. It addresses the challenges of categorizing conversation records in the native ChatGPT interface, offering intuitive directory management and conversation classification features
azure chatgpt desktop-application gui openai python sqlite tkinter-python
Last synced: 28 Apr 2026
https://github.com/0xsabdadev/app-android-sqlite-room-capacity
Build sqlite crud android app with native
android-app android-studio crud java sqlite
Last synced: 28 Apr 2026
https://github.com/aligcgl/nestjs-modular-monolith-cqrs-event-sourcing-architecture-template
A scalable NestJS project template with modular monolith architecture, CQRS, and Event Sourcing support (MongoDB/Kafka/EventStoreDB). Built with DDD and Onion Architecture principles, ideal for PoC to production-ready backend systems.
cqrs docker docker-compose event-sourcing event-store kafka modular-monolith-architecture mongodb nestjs onion-architecture postgresql sqlite typescript
Last synced: 08 Apr 2026
https://github.com/cope-systems/sqliteworks
Tooling and Common Components for Sqlite3 with Python
job-queue key-value-store python sqlite sqlite3
Last synced: 28 Apr 2026
https://github.com/carllosnc/one-stack
fast way to prototype full stack apps with Next.js, React, Tailwind, and Drizzle ORM
bun drizzle-orm nextjs sqlite typescript
Last synced: 09 May 2026
https://github.com/wisebyteconcepts/wise-byte-database-helper
A lightweight, attribute-driven database helper for .NET that auto-generates SQL tables from classes—supporting SQLite (with planned SQL Server & PostgreSQL), custom attributes, foreign keys, schema updates, and a simple DbContext-style workflow
csharp dotnet relational-database sql sqlite
Last synced: 09 May 2026
https://github.com/zzarif/instant-budget-manager-mobile-app
Course Project for CSE 4402 (Visual Programming): Native Android App that provides budget management and expense tracking features.
android android-studio budget-management expense-tracker java pie-chart sdk-android sqlite xml
Last synced: 09 May 2026
https://github.com/yann-github/citizens-of-the-world
🌍 Citizens of the world
api bootstrap react react-router sass sqlite strapi typescript vite
Last synced: 08 Apr 2026
https://github.com/orellanamatias/pesito
Pesito mejorado
docker expressjs react sqlite tailwindcss typescript vite
Last synced: 08 Apr 2026
https://github.com/zulqarnain1ali/sample-sql-database-
A sample SQL database which can be used for practicing SQL queries in MySQL and SSMS.
database database-management database-schema databases mysql mysql-database practice queries sample sampledatabase sql sql-query sqlite ssms tables
Last synced: 09 May 2026
https://github.com/thitikorn-nupan/android-app-list-view-crud-sqlite
android-material-design android-studio kotlin sqlite xml
Last synced: 29 Apr 2026