Skip to main content

pymongo 패키지 wrapper

Project description

iPyMongoDB (innovata-pymongo-database)

파이썬 pymongo 패키지 Wrapper

주로 동적 스키마모델을 사용할 수 있고, 데이터모델을 통해 데이터에 대한 dtype을 이용한 파싱 및 데이터 핸들링 기능 제공한다.

pymongo 패키지에서 제공하는 모든 기능을 제공하지 않는다.

사용법

Database 레벨

from ipymongodb import database 
names = database.collection_names(dbName, 'collectionNameRegex')

Collection 레벨

from ipymongodb import collection
schema = collection.SchemaModel(dbName, modelName)
model = collection.DataModel(dbName, modelName)

하나의 모델에 대해 컬렉션을 확장할 때

model = collection.DataModel(dbName, modelName, extParam='20230101')
model.collName
>> modelName_20230101

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ipymongodb-0.4.2.tar.gz (8.7 kB view details)

Uploaded Source

Built Distribution

ipymongodb-0.4.2-py3-none-any.whl (9.6 kB view details)

Uploaded Python 3

File details

Details for the file ipymongodb-0.4.2.tar.gz.

File metadata

  • Download URL: ipymongodb-0.4.2.tar.gz
  • Upload date:
  • Size: 8.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.2

File hashes

Hashes for ipymongodb-0.4.2.tar.gz
Algorithm Hash digest
SHA256 9df60459eb33f83dd850acfa4a38b608dc74ea3a07460e776394e661ac32b01e
MD5 96e5a47a3927caa8b2f09a347c29bac4
BLAKE2b-256 66ba392b7ec797813a55663cd6d0b47f8fa02685bf4ae1bd81af4b9ace58c15f

See more details on using hashes here.

File details

Details for the file ipymongodb-0.4.2-py3-none-any.whl.

File metadata

  • Download URL: ipymongodb-0.4.2-py3-none-any.whl
  • Upload date:
  • Size: 9.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.2

File hashes

Hashes for ipymongodb-0.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 912c40cdd0feaacb881d9a756f227f5602d93a4ce4603417570a415cb0c7f51f
MD5 ac8299659fa7e9eda70edf6d69c31b65
BLAKE2b-256 ccf0de72b4e4d02eaa587b9a46796eabaeaa7abb3ab355d5f3f30e83688fa144

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page