![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
jsonDB - A Python library for json-based databases with thread-safety, staging/commit and easy-to-use API.
simpleJDB is a lightweight and easy-to-use python database that allows you to store, retrieve, and manipulate data with minimal code.
To initialize the database, simply import the simpleJDB module and create a new database object, passing in a name for the database as an argument:
import simpleJDB db = simpleJDB.database("my_database")
To add a new key-value pair to the database, use the setkey() method and pass in the key name and the value to be stored:
db.setkey("age", 22)
You can also update the value of an existing key by calling setkey() with the same key name and a new value:
db.setkey("age", 23)
When you are ready to commit the changes to the json file, use the commit() method:
db.commit()
To retrieve the value of a key, use the getkey() method and pass in the key name:
age = db.getkey("age")
To delete a key, use the delkey() method and pass in the key name:
db.delkey("age")
To check the data type of a key, use the gettype() method and pass in the key name:
data_type = db.gettype("age")
With simpleJDB, you can easily store and manipulate data in a pythonic way. With the added features, you can do more complex data manipulation and you can use it in a concurrent environment. Give it a try and see how it can simplify your project.
FAQs
jsonDB - A Python library for json-based databases with thread-safety, staging/commit and easy-to-use API.
We found that simpleJDB demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.