python-sql

python-sql

Python Software Foundation
Visit Website

About

Dexie.js is a minimalistic and bulletproof IndexedDB wrapper library designed to simplify client-side storage. At only ~29k minified and gzipped, it offers a concise API that addresses the complexities of native IndexedDB, such as ambivalent error handling, poor queries, lack of reactivity, and code complexity. Dexie.js provides a well-thought-through API design, robust error handling, extendability, change tracking awareness, and extended KeyRange support, including case-insensitive search, set matches, and OR operations. It embraces the IndexedDB specification and all its features, allowing developers to use existing IndexedDB data without the need for data migration. Dexie.js supports composable real-time queries, enabling components to mirror the database in real-time across various front-end frameworks like React, Svelte, Vue, and Angular. With Dexie Cloud, developers can build consistent, authenticated, and access-controlled local-first apps with just a few lines of extra code.

About

Ditto is the only mobile database with built-in edge device connectivity and resiliency, enabling apps to synchronize without relying on a central server or constant cloud connectivity. Through the use of CRDTs and P2P mesh replication, Ditto's technology enables you to build collaborative, resilient applications where data is always available and up-to-date for every user, and can even be synced in completely offline situations. This allows you to keep mission-critical systems online when it matters most. Devices running Ditto apps can discover and communicate with each other directly, forming an ad-hoc mesh network rather than routing everything through a cloud server. The platform automatically handles the complexity of discovery and connectivity using both online and offline channels – Bluetooth, peer-to-peer Wi-Fi, local LAN, WiFi, Cellular – to find nearby devices and sync data changes in real-time.

About

Simple wrapper for cross-browser usage of the JavaScript Fullscreen API, which lets you bring the page or any element into fullscreen. Smoothens out the browser implementation differences, so you don't have to. If you cannot use ESM or need to support older browsers without using transpilation, use version 5.2.0. Only 0.7 kB gzipped. Also available on cdnjs (older version). Safari is supported on desktops and iPad, but not on iPhones. This is a limitation in the browser, not in Screenfull. Fullscreen the page or fullscreen an element. Hide the navigation user interface on mobile devices. Fullscreen an element with jQuery and toggle fullscreen on an image with jQuery. Detect fullscreen change, remove listeners, detect fullscreen errors, and fullscreen elements with Angular.js. Keep in mind that the browser will only enter fullscreen when initiated by user events like click, touch, or key.

About

python-sql is a library to write SQL queries in a pythonic way. Simple selects, select with where condition. Select with join or select with multiple joins. Select with group_by and select with output name. Select with order_by, or select with sub-select. Select on other schema and insert query with default values. Insert query with values, and insert query with query. Update query with values. Update query with where condition. Update query with from the list. Delete query with where condition, and delete query with sub-query. Provides limit style, qmark style, and numeric style.

Platforms Supported

Windows
Mac
Linux
Cloud
On-Premises
iPhone
iPad
Android
Chromebook

Platforms Supported

Windows
Mac
Linux
Cloud
On-Premises
iPhone
iPad
Android
Chromebook

Platforms Supported

Windows
Mac
Linux
Cloud
On-Premises
iPhone
iPad
Android
Chromebook

Platforms Supported

Windows
Mac
Linux
Cloud
On-Premises
iPhone
iPad
Android
Chromebook

Audience

Anyone in search of a tool to build apps that require efficient, real-time client-side storage and synchronization

Audience

For organizations that need a resilient, offline solution for edge-based systems

Audience

Anyone searching for a cross-browser solution to fullscreen pages and elements

Audience

Developers searching for a solution offering a library to write SQL queries

Support

Phone Support
24/7 Live Support
Online

Support

Phone Support
24/7 Live Support
Online

Support

Phone Support
24/7 Live Support
Online

Support

Phone Support
24/7 Live Support
Online

API

Offers API

API

Offers API

API

Offers API

API

Offers API

Screenshots and Videos

Screenshots and Videos

Screenshots and Videos

Screenshots and Videos

Pricing

Free
Free Version
Free Trial

Pricing

No information available.
Free Version
Free Trial

Pricing

Free
Free Version
Free Trial

Pricing

Free
Free Version
Free Trial

Reviews/Ratings

Overall 0.0 / 5
ease 0.0 / 5
features 0.0 / 5
design 0.0 / 5
support 0.0 / 5

This software hasn't been reviewed yet. Be the first to provide a review:

Review this Software

Reviews/Ratings

Reviews/Ratings

Overall 0.0 / 5
ease 0.0 / 5
features 0.0 / 5
design 0.0 / 5
support 0.0 / 5

This software hasn't been reviewed yet. Be the first to provide a review:

Review this Software

Reviews/Ratings

Overall 0.0 / 5
ease 0.0 / 5
features 0.0 / 5
design 0.0 / 5
support 0.0 / 5

This software hasn't been reviewed yet. Be the first to provide a review:

Review this Software

Training

Documentation
Webinars
Live Online
In Person

Training

Documentation
Webinars
Live Online
In Person

Training

Documentation
Webinars
Live Online
In Person

Training

Documentation
Webinars
Live Online
In Person

Company Information

Dexie
Founded: 2014
United States
dexie.org

Company Information

Ditto
Founded: 2018
United States
ditto.com

Company Information

Screenfull.js
sindresorhus.com/screenfull/

Company Information

Python Software Foundation
United States
pypi.org/project/python-sql/

Alternatives

Alternatives

Alternatives

Alternatives

Actian Zen

Actian Zen

Actian
Kendo UI

Kendo UI

Progress Software
warcat

warcat

Python Software Foundation

Categories

Categories

Ditto is an embedded database designed for mobile and edge devices that goes far beyond local storage. Unlike traditional embedded databases that operate in isolation, Ditto comes with built-in peer-to-peer sync and edge-aware connectivity, enabling devices to synchronize data without relying on a central server or constant internet access. At the core of Ditto is a CRDT-based (Conflict-Free Replicated Data Type) engine that guarantees strong eventual consistency across distributed nodes—even in fully offline, partitioned, or mobile-first environments. This allows developers to build highly resilient and collaborative applications where data is always local, yet automatically synchronized across devices when connections become available. Ditto abstracts the complexity of connectivity with dynamic, channel-agnostic discovery. Devices running Ditto form ad-hoc mesh networks using Bluetooth, peer-to-peer Wi-Fi, LAN, cellular, or any combination syncing data changes in real-time.

Ditto is an offline-first mobile database designed to integrate seamlessly into your existing apps—bringing always-available data, peer-to-peer sync, and edge resiliency to even the most connectivity-challenged environments. With Ditto, you can retrofit your current mobile stack with modern offline capabilities. Instead of relying on constant cloud access or fragile network connections, Ditto enables your app to function reliably in fully offline conditions. Its built-in synchronization engine uses peer-to-peer and mesh networking to keep devices in sync—no central server required. Whether your users are on the move, underground, airborne, or simply outside Wi-Fi range, Ditto ensures their data is always up-to-date and shared in real time with nearby devices. Sync happens automatically over Bluetooth, peer-to-peer Wi-Fi, LAN, or cellular—whichever connection is available. You don’t need to write custom sync logic or manage conflict resolution: Ditto handles it all for you.

Ditto is an offline-first mobile database that ensures data is always available locally and stays consistent across devices—even in completely disconnected environments. At its core, Ditto uses Conflict-Free Replicated Data Types (CRDTs) to automatically resolve conflicts and guarantee strong eventual consistency, without requiring developers to write custom merge logic. But Ditto doesn’t stop where most offline-first databases do. We go further by making offline-first apps to synchronize even when completely offline. Ditto is the only offline-first database that includes built-in peer-to-peer and mesh networking, allowing devices to sync directly with one another without any cloud or server infrastructure. When a network connection is unavailable, Ditto-enabled devices can discover and sync with nearby peers using Bluetooth, peer-to-peer Wi-Fi, LAN, or cellular—ensuring real-time updates, even in edge environments.

Categories

Categories

Integration Features

Dashboard
ETL - Extract / Transform / Load
Metadata Management
Multiple Data Sources
Web Services

Integrations

.NET MAUI
Android
Angular
Apple iOS
C#
C++
Domino Enterprise MLOps Platform
Flutter
IndexedDB
Java
JavaScript
Jetpack Compose
Python
React
React Native
Rust
Svelte
Swift
SwiftUI
jQuery

Integrations

.NET MAUI
Android
Angular
Apple iOS
C#
C++
Domino Enterprise MLOps Platform
Flutter
IndexedDB
Java
JavaScript
Jetpack Compose
Python
React
React Native
Rust
Svelte
Swift
SwiftUI
jQuery

Integrations

.NET MAUI
Android
Angular
Apple iOS
C#
C++
Domino Enterprise MLOps Platform
Flutter
IndexedDB
Java
JavaScript
Jetpack Compose
Python
React
React Native
Rust
Svelte
Swift
SwiftUI
jQuery

Integrations

.NET MAUI
Android
Angular
Apple iOS
C#
C++
Domino Enterprise MLOps Platform
Flutter
IndexedDB
Java
JavaScript
Jetpack Compose
Python
React
React Native
Rust
Svelte
Swift
SwiftUI
jQuery
Claim Dexie and update features and information
Claim Dexie and update features and information
Claim Screenfull.js and update features and information
Claim Screenfull.js and update features and information
Claim python-sql and update features and information
Claim python-sql and update features and information