Code Monkey home page Code Monkey logo

adbf_rs's Introduction

adbf_rs

Github workflow build status travis build status test coverage

WIP

The long term goal of this project is to provide an ability to read/write dbf file in asynchronous fashion using Rust.

adbf is an acronym for async dbf lib.

TODO

  1. Read FoxPro/VFP DBF file
  2. Basic query using callback closure
  3. Join multiple tables using closure
  4. TBD
  5. Write FoxPro/VFP dbf file
  6. Write all updated FoxPro/VFP dbf file
  7. TBD
  8. Support more DBF file type such as DBase3+

Why making this ?

Because in Python, there's DBF library that's very powerful. In Rust, there's not even FoxPro compatible DBF library. There's dbase crate. However, it cannot read FoxPro table. I need to access FoxPro DBF so either I've to use Python or I need to do this.

Why not enhance dbase crate ? It's because the crate name is dbase. I think it'll just make some confusion or I may forget that why would I need this dbase crate in the first place.

adbf_rs's People

Contributors

nattapongsiri avatar

Watchers

James Cloos avatar  avatar

adbf_rs's Issues

Implement Numeric/Float datatype

According to this link Float and Numeric is just a synonym to the same data representation.
It represent as ASCII Numeric character such as 0x30-0x39.
Maximum length is 20 bytes. Precision can be defined but the total digits cannot be exceed 20 digits.
Such as 16 integers part and 4 decimals part.

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.