mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-19 10:37:54 +08:00
Update README for the new official repository
This commit is contained in:
53
README.md
53
README.md
@@ -1,48 +1,33 @@
|
|||||||
[](https://travis-ci.org/evanmiller/mdbtools)
|
[](https://travis-ci.org/evanmiller/mdbtools)
|
||||||
[](https://ci.appveyor.com/project/evanmiller/mdbtools/branch/master)
|
[](https://ci.appveyor.com/project/evanmiller/mdbtools/branch/master)
|
||||||
|
|
||||||
Yet another attempt to resuscitate MDB Tools – the Access-accessing C library
|
Welcome to the exciting world of MDB Tools! MDB Tools is a set of programs to
|
||||||
and command-line suite.
|
help you extract data from Microsoft Access files in various settings.
|
||||||
|
|
||||||
This is a fork of a [fork](https://github.com/cyberemissary/mdbtools) of a
|
After several years of neglect, MDB Tools is under new management as of 2020.
|
||||||
[fork](https://github.com/brjohnsn/mdbtools) of a
|
Update your bookmarks and tell your favorite search engine that this is the new
|
||||||
[fork](https://github.com/leecher1337/mdbtools) of the [original MDB
|
address:
|
||||||
Tools](https://github.com/brianb/mdbtools) by Brian Buns. I got sick of seeing
|
|
||||||
the project waste away, so I'm taking the initiative to get MDB Tools
|
https://github.com/mdbtools/mdbtools
|
||||||
whipped back into shape and properly maintained.
|
|
||||||
|
|
||||||
A brief history: the last *official* release (version 0.7.1) occurred in 2016.
|
A brief history: the last *official* release (version 0.7.1) occurred in 2016.
|
||||||
[cyberemissary](https://github.com/cyberemissary) (whose work this fork is
|
[cyberemissary](https://github.com/cyberemissary) (whose work this fork is
|
||||||
based on) made a release in December 2018 and called it 0.8.2. *I am not
|
based on) made a release in December 2018 and called it 0.8.2. In September
|
||||||
planning a formal release* but rather collecting and merging patches to submit
|
2020, @brianb moved his repository to the current address, and gave
|
||||||
upstream. In the meantime you are welcome to use this code base:
|
administrative access to @evanmiller, who acts as the present maintainer.
|
||||||
|
|
||||||
https://github.com/evanmiller/mdbtools
|
An official 0.9 release is planned for late 2020. Areas of improvement since
|
||||||
|
the 0.7/0.8 days:
|
||||||
Intended focus areas of this fork:
|
|
||||||
|
|
||||||
- [x] Security / stability / fuzz testing
|
- [x] Security / stability / fuzz testing
|
||||||
- [x] Thread safety\*
|
- [x] Thread safety
|
||||||
- [x] In-memory database API
|
- [x] In-memory database API
|
||||||
- [x] Making GLib optional
|
- [x] GLib is now optional
|
||||||
- [x] Improved ODBC compliance
|
- [x] Improved ODBC compliance
|
||||||
- [x] Continuous integration with Travis and AppVeyor
|
- [x] Continuous integration with Travis and AppVeyor
|
||||||
|
|
||||||
\* Multiple `MdbHandle`s can now be created on different threads – and
|
The rest of this README explains what you can find in the project, how to
|
||||||
`MdbHandle`s can be passed between threads – but threads should not attempt to
|
install it, and how to contribute.
|
||||||
use the same `MdbHandle` at the same time. Use `mdb_clone_handle` to create a
|
|
||||||
new handle using an existing file descriptor.
|
|
||||||
|
|
||||||
A re-formatted and updated README file follows.
|
|
||||||
|
|
||||||
*In a chipper open-source voice...*
|
|
||||||
|
|
||||||
Welcome to the exciting world of MDB Tools! In short, MDB Tools is a set of
|
|
||||||
programs to help you use Microsoft Access file in various settings.
|
|
||||||
|
|
||||||
The initial goal of these tools is to be able to extract data structures and
|
|
||||||
data from mdb files. This goal will of course expand over time as the file
|
|
||||||
format becomes more well understood.
|
|
||||||
|
|
||||||
# Components
|
# Components
|
||||||
|
|
||||||
@@ -83,7 +68,7 @@ An ODBC driver for use with unixODBC or iODBC driver manager. Allows one to use
|
|||||||
|
|
||||||
## gmdb2
|
## gmdb2
|
||||||
|
|
||||||
The Gnome MDB File Viewer and debugger. Still alpha.
|
The Gnome MDB File Viewer and debugger. Still alpha and may be removed before 0.9.
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
@@ -117,7 +102,7 @@ If you want to generate the html version of the docbook, you'll need
|
|||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
Last version is available at https://github.com/evanmiller/mdbtools
|
Last version is available at https://github.com/mdbtools/mdbtools
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ autoreconf -i -f -Wno-portability
|
$ autoreconf -i -f -Wno-portability
|
||||||
@@ -188,4 +173,4 @@ where the code stands and what has been gleened of the file format.
|
|||||||
# Contact
|
# Contact
|
||||||
|
|
||||||
Please send bug reports to the new github repository.
|
Please send bug reports to the new github repository.
|
||||||
https://github.com/evanmiller/mdbtools/issues
|
https://github.com/mdbtools/mdbtools/issues
|
||||||
|
Reference in New Issue
Block a user