Giter VIP home page Giter VIP logo

pony-sqlite's Introduction

pony-sqlite

SQLite bindings for Pony.

API documentation

API documentation can be found here

developing

This project uses the Pony docker image for building and testing.

  1. build the sqlite library
make sqlite
  1. build and test while you edit code
make watch

Note: this step requires entr to be installed locally

pony-sqlite's People

Contributors

joncfoo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

pony-sqlite's Issues

support pony-stable

Currently the project builds in its own little world. I'm unfamiliar with pony-stable but it'd be nice if this project could work well with it.

support Iterator interface

We should support the Iterator protocol either on SqliteStatement itself or as another class that wraps SqliteStatement. The latter feels right but an experiment should yield the right solution.

support platforms other than Linux

We should see about setting up CI with various platforms so we can know whether this library works outside of the official Pony docker image.

figure out how to best support nulls

Currently if a column is null and is retrieved as a particular type it will be a zero-value for that type. Is this the right way to accomplish this or should we be more explicit about the return type? The API user can check if a column is explicitly null via SqliteStatement.data_type(column_index).

Considering that all values in SQLite are coercible does it make sense to introduce None onto the methods that return values from SQLite? Or should we keep it as is?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.