Skip to content

Commit 03bac5d

Browse files
Merge pull request #14 from sqlitecloud/update-repository-references
chore: update Github repository references
2 parents 1cdd76f + ed5f39e commit 03bac5d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img src="https://sqlitecloud.io/social/logo.png" height="300" alt="SQLite Cloud logo">
55
</p>
66

7-
![Build Status](https://github.com/sqlitecloud/python/actions/workflows/deploy.yaml/badge.svg "Build Status")
7+
![Build Status](https://github.com/sqlitecloud/sqlitecloud-py/actions/workflows/deploy.yaml/badge.svg "Build Status")
88
[![codecov](https://codecov.io/github/sqlitecloud/python/graph/badge.svg?token=38G6FGOWKP)](https://codecov.io/github/sqlitecloud/python)
99
![PyPI - Version](https://img.shields.io/pypi/v/sqlitecloud?link=https%3A%2F%2Fpypi.org%2Fproject%2FSqliteCloud%2F)
1010
![PyPI - Downloads](https://img.shields.io/pypi/dm/sqlitecloud?link=https%3A%2F%2Fpypi.org%2Fproject%2FSqliteCloud%2F)
@@ -25,8 +25,8 @@
2525

2626
We aim for full compatibility with the Python built-in [sqlite3](https://docs.python.org/3.6/library/sqlite3.html) API (based on Python [PEP 249](https://peps.python.org/pep-0249)), with the primary distinction being that our driver connects to SQLite Cloud databases. This allows you to migrate your local SQLite databases to SQLite Cloud without needing to modify your existing Python code that uses the sqlite3 API.
2727

28-
- Documentation: Our API closely follows the sqlite3 API. You can refer to the sqlite3 documentation for most functionality. The list of implemented features are documented [here](https://github.com/sqlitecloud/python/issues/8).
29-
- Source: [https://github.com/sqlitecloud/python](https://github.com/sqlitecloud/python)
28+
- Documentation: Our API closely follows the sqlite3 API. You can refer to the sqlite3 documentation for most functionality. The list of implemented features are documented [here](https://github.com/sqlitecloud/sqlitecloud-py/issues/8).
29+
- Source: [https://github.com/sqlitecloud/sqlitecloud-py](https://github.com/sqlitecloud/sqlitecloud-py)
3030
- Site: [https://sqlitecloud.io](https://sqlitecloud.io/developers)
3131

3232
## Example

src/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
description="A Python package for working with SQLite databases in the cloud.",
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",
16-
url="https://github.com/sqlitecloud/python",
16+
url="https://github.com/sqlitecloud/sqlitecloud-py",
1717
packages=find_packages(),
1818
install_requires=[
1919
"lz4 >= 3.1.10",

0 commit comments

Comments
 (0)