|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 03-May-2022 | - |
| CLI/ | H | 17-Feb-2013 | - | 885 | 850 |
| CSharp/ | H | 17-Feb-2013 | - | 3,578 | 2,191 |
| CSharpRemoteCLI/ | H | 17-Feb-2013 | - | 2,971 | 2,266 |
| GiST/ | H | 17-Feb-2013 | - | 26,986 | 22,638 |
| SubSQLPrj/ | H | 17-Feb-2013 | - | 763 | 742 |
| config/ | H | 17-Feb-2013 | - | 11,699 | 9,392 |
| docs/ | H | 17-Feb-2013 | - | | |
| examples/ | H | 30-Oct-2013 | - | 9,317 | 7,996 |
| fastdb4ce/ | H | 17-Feb-2013 | - | 11,012 | 9,477 |
| inc/ | H | 21-Dec-2013 | - | 15,336 | 9,635 |
| javacli/ | H | 03-May-2022 | - | 2,268 | 1,721 |
| jnicli/ | H | 03-May-2022 | - | 2,442 | 1,940 |
| ruby/ | H | 17-Feb-2013 | - | 1,284 | 1,008 |
| src/ | H | 25-Nov-2013 | - | 36,229 | 32,835 |
| subsql4ce/ | H | 17-Feb-2013 | - | 2,664 | 2,449 |
| AUTHORS | H A D | 17-Feb-2013 | 74 | 4 | 3 |
| CHANGES | H A D | 21-Dec-2013 | 46.8 KiB | 1,037 | 758 |
| COPYING | H A D | 17-Feb-2013 | 456 | 7 | 6 |
| FastDB.bpg | H A D | 17-Feb-2013 | 2.1 KiB | 72 | 56 |
| FastDB.htm | H A D | 17-Feb-2013 | 207.9 KiB | 4,254 | 3,659 |
| INSTALL | H A D | 17-Feb-2013 | 11.1 KiB | 292 | 219 |
| Makefile.am | H A D | 17-Feb-2013 | 24 | 3 | 1 |
| Makefile.in | H A D | 17-Feb-2013 | 19.4 KiB | 642 | 561 |
| README | H A D | 21-Feb-2013 | 2.8 KiB | 47 | 38 |
| aclocal.m4 | H A D | 17-Feb-2013 | 265.2 KiB | 7,570 | 6,804 |
| buglogin.htm | H A D | 17-Feb-2013 | 608 | 26 | 24 |
| clilogin.htm | H A D | 17-Feb-2013 | 602 | 26 | 24 |
| clitest.sql | H A D | 17-Feb-2013 | 354 | 11 | 10 |
| configure | H A D | 20-Feb-2013 | 839.6 KiB | 27,483 | 22,134 |
| configure.ac | H A D | 17-Feb-2013 | 23.8 KiB | 947 | 807 |
| doxygen.cfg | H A D | 17-Feb-2013 | 44.8 KiB | 1,099 | 772 |
| fastdb.dsp | H A D | 17-Feb-2013 | 8.7 KiB | 437 | 310 |
| fastdb.dsw | H A D | 17-Feb-2013 | 911 | 54 | 35 |
| fastdb.sln | H A D | 17-Feb-2013 | 4.1 KiB | 66 | 64 |
| fastdb.spec | H A D | 17-Feb-2013 | 2.5 KiB | 69 | 59 |
| fastdb.vcproj | H A D | 17-Feb-2013 | 36.5 KiB | 1,678 | 1,677 |
| genauto.sh | H A D | 17-Feb-2013 | 59 | 4 | 1 |
| make.bat | H A D | 17-Feb-2013 | 24 | 1 | 1 |
| makefile | H A D | 03-May-2022 | 13.8 KiB | 477 | 315 |
| makefile.acc | H A D | 17-Feb-2013 | 5.2 KiB | 204 | 125 |
| makefile.bcc | H A D | 17-Feb-2013 | 6.5 KiB | 216 | 136 |
| makefile.icl | H A D | 17-Feb-2013 | 9.1 KiB | 311 | 195 |
| makefile.mingw | H A D | 17-Feb-2013 | 8 KiB | 270 | 172 |
| makefile.mvc | H A D | 17-Feb-2013 | 13.5 KiB | 463 | 317 |
| makefile.osx | H A D | 17-Feb-2013 | 10.4 KiB | 369 | 234 |
| makefile.sun | H A D | 17-Feb-2013 | 13.5 KiB | 455 | 300 |
| makefile.suncc | H A D | 17-Feb-2013 | 10.2 KiB | 361 | 231 |
| makefile.vxworks | H A D | 17-Feb-2013 | 14 KiB | 474 | 295 |
| runtests.bat | H A D | 17-Feb-2013 | 296 | 27 | 24 |
| runtests.sh | H A D | 17-Feb-2013 | 344 | 28 | 23 |
| testddl.sql | H A D | 17-Feb-2013 | 951 | 24 | 17 |
README
1FastDB is embedded main memory database.
2It is intended to be used in your C/C++ application to provide
3fast access to persistent data.
4
5As far as FastDB is embedded database, there is need to start some server which
6will handle client's requests. FastDB is just an library which is linked in client
7application and provide access to the persistent objects.
8
9To build FastDB library you will need use the proper makefile.
10At Linux and most of other popular Unixes with GCC it is enough to
11do "make". You can also use standard way for most of unix systems: ./condifure ; make ; sudo make install.
12Alternatively you can look for specialized versions of makefile
13included in distributive (like makefile.sun), write you own makefile based
14on standard FastDB makefile or customize some existed makefile.
15
16At Windows with Microsoft Visual C++ you can just execute "make.bat" command.
17If error message is printed that "nmake" or "cl" command is not recognized, then
18MS Visual Studio environment variables are not properly set.
19There are two ways to solve the problem:
201. Run from "Microsoft Visual Studio" menu in start panel, choose "Microsoft Visual Studio Tools",
21and in it - "Microsoft Visual Studio Command Prompt". The in this window change directory to FastDB home
22and do "make.bat"
232. In "C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin" directory there is vcvars32.bat file
24(this is the path for VS 2003, but Visual C++ 6.0 has the similar file). Run it to setup environment in current
25window.
26
27You can also use Microsoft Visual Studio project file (fastdb.sln or fastdb.dsw) and open it with Visual Studio.
28
29In config.h you will find various options for choosing yet or another configuration of FastDB.
30The preferable way of changing configuration is to edit this file (instead of specifying correspondent
31macros in compiler command line, because in last case there is a risk that you forget to specify somewhere this
32option which cause inconsistency between different modules of your applications and/or FastDB library).
33
34You can use SubSQL utility to inspect content of the database as well as for administration of database.
35SubSQL can be started concurrently with you application. But please notice, that FastDB uses
36single-writer-multiple-readers database level locking, so if you have performed some modification in SubSQL
37and did perform commit after it, then application may be blocked until you release (commit or abort) transaction
38in SubSQL.
39
40FastDB distribution also includes a lot of examples and tests located in examples directory.
41Them are also build by make. These tests are used for three different purposes:
421. Illustrate FastDB programming approach.
432. Regression tests
443. Performance measurement
45
46More information about FastDB can be found in FastDB.htm file which is located in this directory.
47