📄 readme
字号:
bonddbhttp://bonddb.treshna.com==========================================================================Setting Up:In order to make and install this libary you need postgresql developmentfiles and glib installed on your system. Make sure you have postgresqlversion 7.0 or higher and glib1.2 or higher if installed if you run intoproblems.The dbtest programme requires a sample database set up on your system.It will use this database to test itself and functionality. Create a database, (ie bonddb) and then modify the src/bond.conf file tocorrectly point to that database and have the correct username.There is a createtestdb.sql file which you can input into your postgresqldatabase to fill in the sample data. Use the \i flag in the psql console.Run the test programme by going ./dbtest 0-20 etc.General Notes:You need to run ./autogen.sh to create your ./configure programmePlease check the docs directory, website and reference directory formore information on using bonddb.The libary currently has high debugging on and told to get the hell out ofthere if it thinks anything is slightly wrong. This will mean your get alot of assertion failures when you first start playing, dont worry about it.In time when i belive this to be really stable a lot of the assertions willbe made warnings. At the moment if data is missing from the database, or a form references a field that doesn't exist, or a 101 other minor things happen when you first create your fields bond calls an g_assert(NULL);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -