GalaxDB — AI-native database Python client
Project description
galaxdb
GalaxDB Python client — AI-native embedded database.
Installation
pip install galaxdb
Usage
import galaxdb
# Embedded mode — no server required
db = galaxdb.Database("/tmp/mydb")
# Create tables
db.execute("CREATE TABLE users (id INT PRIMARY KEY, name TEXT)")
# Insert data
db.execute("INSERT INTO users (id, name) VALUES (1, 'alice')")
# Query
rows = db.execute("SELECT * FROM users")
for row in rows:
print(row)
# Check table exists
print(db.table_exists("users")) # True
print(db.table_count) # 1
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file galaxdb_client-0.1.0.tar.gz.
File metadata
- Download URL: galaxdb_client-0.1.0.tar.gz
- Upload date:
- Size: 409.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4bb51462d1360f23effe91163203162bbd9e9e12f9255c8d8054e6beaa75c16
|
|
| MD5 |
449e385b17a29472ffb47cf16cedfec7
|
|
| BLAKE2b-256 |
d62fb348915489dc92af2e954a8ef7a81c5b23363ed4e87193ab8391356835e4
|
File details
Details for the file galaxdb_client-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: galaxdb_client-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 22.4 MB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06c9e9da4c81c62561b2d7194fbdcc6db3884c0273dc5d0b7dfef36192b97bc3
|
|
| MD5 |
2d1346b7aa73628b203acc6746de5a40
|
|
| BLAKE2b-256 |
5fe0d04dcadbfcc593d55918c2407fc8bf049be412755614749512fac2cf8bab
|
File details
Details for the file galaxdb_client-0.1.0-cp312-cp312-manylinux_2_35_x86_64.whl.
File metadata
- Download URL: galaxdb_client-0.1.0-cp312-cp312-manylinux_2_35_x86_64.whl
- Upload date:
- Size: 23.5 MB
- Tags: CPython 3.12, manylinux: glibc 2.35+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b0919c9358b2c94870df7090b9e82ae08a8fdac564e6717cc98d99127538c04
|
|
| MD5 |
a770924921de71abb21fe88c7d7ab6a0
|
|
| BLAKE2b-256 |
536bac08874697630793a10b2d4e83e1ebee5abd3eb201ae714b14ce2c2b11df
|
File details
Details for the file galaxdb_client-0.1.0-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: galaxdb_client-0.1.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 20.4 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84d9715ac784ed7fd658c1a2110a2661f5d2b10251094be5bf10eedb3ce48a0f
|
|
| MD5 |
3d58338ed13c7b99c32bdad8e2f27d8a
|
|
| BLAKE2b-256 |
d4a35af05a1ed08246a45782f8b9184600679880ffe3ac4ccc0e7b1106b84ecc
|
File details
Details for the file galaxdb_client-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: galaxdb_client-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 19.8 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f0ad753c7bb623f728aa06647cbcfc3fc4d2c02764dc17efee247452c253200
|
|
| MD5 |
3b26a6b66d75c3acc37633aba5f65057
|
|
| BLAKE2b-256 |
345665be7e9bd80efe390e863f86c89012c3c7c65550c22b89b3a0b7570e8b22
|