Giter VIP home page Giter VIP logo

sqlite3-d's Introduction

SQLite3-D

Only two files:
* sqlite3_bindings.d - binding for most recent version of SQLite (now it's 3.7.6.2)
* sqlite3.d - OO wrapper

I plan to support bindings for next versions of SQLite. Currently
bindings are mostly untested - only functions needed for OO wrapper was tested and used at all.

OO wrapper supports all basic operations - database open, change content, select values.

I implemented prepare/bind interface, please use it - it is handy and protects from
SQL errors and attacks.

Currently very small subset of SQLite3 features used - I just do not know what is
really needed and what is not. Over time I plan to add other fetures that I (or other people)
will need.

And if you think that something must be done differently - don't hesitate - fork,
edit and send pull requests :-)

Binding is distributed as Public Domain.
Wrapper is under Boost License 1.0

sqlite3-d's People

Contributors

bayun avatar

Stargazers

Angus H. avatar

Watchers

James Cloos avatar idobatter avatar

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.